From: Ondrej Filip Date: Sun, 22 Apr 2012 12:03:07 +0000 (+0200) Subject: Small typo in programmer's documentation. X-Git-Tag: v1.3.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca970666a90af02eaeb6848bbfc3d5a2222fa21;p=thirdparty%2Fbird.git Small typo in programmer's documentation. --- diff --git a/lib/resource.c b/lib/resource.c index 24164ec2d..42243aa2a 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(). */