Small typo in programmer's documentation.
This commit is contained in:
parent
f93e6f338e
commit
cca970666a
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ mb_alloc(pool *p, unsigned size)
|
||||||
* zeroes and creates a memory block resource representing this memory
|
* zeroes and creates a memory block resource representing this memory
|
||||||
* chunk in the pool @p.
|
* 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
|
* chunk, not to the resource, hence you have to free it using
|
||||||
* mb_free(), not rfree().
|
* mb_free(), not rfree().
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue