Commit ae42e9fd authored by marko's avatar marko

branches/zip: buf_buddy_free_low(): Correct the function comment.

parent c17219a6
...@@ -512,7 +512,8 @@ buf_buddy_free_low( ...@@ -512,7 +512,8 @@ buf_buddy_free_low(
/*===============*/ /*===============*/
void* buf, /* in: block to be freed, must not be void* buf, /* in: block to be freed, must not be
pointed to by the buffer pool */ pointed to by the buffer pool */
ulint i) /* in: index of buf_pool->zip_free[] */ ulint i) /* in: index of buf_pool->zip_free[],
or BUF_BUDDY_SIZES */
{ {
buf_page_t* bpage; buf_page_t* bpage;
buf_page_t* buddy; buf_page_t* buddy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment