summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccan/block_pool/_info3
1 files changed, 1 insertions, 2 deletions
diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info
index 245ed1a9..2daa0fae 100644
--- a/ccan/block_pool/_info
+++ b/ccan/block_pool/_info
@@ -3,8 +3,7 @@
#include "config.h"
/**
- * block_pool - An efficient allocator for blocks that don't need to be
- * resized or freed.
+ * block_pool - An efficient allocator for blocks that don't need to be resized or freed.
*
* block_pool allocates blocks by packing them into buffers, making the
* overhead per block virtually zero. Because of this, you cannot resize or