summaryrefslogtreecommitdiff
path: root/lib/resource.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-04-24 23:37:01 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-04-24 23:37:01 +0200
commit3589546af4baa4d349409a318f8c9658dd11b3cc (patch)
treedb46bd5ccbd10744545da35df0776e015d19fded /lib/resource.c
parent7d0a31deed92971e274aa0314e12619f93c850c9 (diff)
parentcca970666a90af02eaeb6848bbfc3d5a2222fa21 (diff)
Merge commit 'origin/master'
Diffstat (limited to 'lib/resource.c')
-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().
*/