]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Small typo in programmer's documentation.
authorOndrej Filip <feela@network.cz>
Sun, 22 Apr 2012 12:03:07 +0000 (14:03 +0200)
committerOndrej Filip <feela@network.cz>
Sun, 22 Apr 2012 12:03:07 +0000 (14:03 +0200)
lib/resource.c

index 24164ec2dd3217bc8ddd3e5520671c5f3f1ac05c..42243aa2a6b20ec100f92d2b292a9fcbaa1f167c 100644 (file)
@@ -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().
  */