mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-13 02:40:07 -04:00
CLEANUP: chunk: Fix a typo in a comment
A minor typo in a comment was fixed.
This commit is contained in:
parent
e4c5862731
commit
655df2e476
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ struct buffer *get_large_trash_chunk(void)
|
|||
return large_trash_chunk;
|
||||
}
|
||||
|
||||
/* Similar to get_trash_chunk() but return a pre-allocated small chunk
|
||||
/* Similar to get_trash_chunk() but returns a pre-allocated small chunk
|
||||
* instead. Because small buffers are not enabled by default, this function may
|
||||
* return NULL.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue