Skip to content
Snippets Groups Projects
Commit cca97066 authored by Ondřej Filip's avatar Ondřej Filip
Browse files

Small typo in programmer's documentation.

parent f93e6f33
No related branches found
No related tags found
No related merge requests found
......@@ -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().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment