summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2012-04-22 14:03:07 +0200
committerOndrej Filip <feela@network.cz>2012-04-22 14:03:07 +0200
commitcca970666a90af02eaeb6848bbfc3d5a2222fa21 (patch)
tree26bcfb23027b5a61830745bbde542a3a1df9c874 /lib
parentf93e6f338e59e02b0cddea85e7d367948d9cf3f2 (diff)
Small typo in programmer's documentation.
Diffstat (limited to 'lib')
-rw-r--r--lib/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resource.c b/lib/resource.c
index 24164ec2..42243aa2 100644
--- a/lib/resource.c
+++ b/lib/resource.c
@@ -352,7 +352,7 @@ mb_alloc(pool *p, unsigned size)
* zeroes and creates a memory block resource representing this memory
* chunk in the pool @p.
*
- * Please note that mb_alloc() returns a pointer to the memory
+ * Please note that mb_allocz() returns a pointer to the memory
* chunk, not to the resource, hence you have to free it using
* mb_free(), not rfree().
*/