CLEANUP: chunk: Fix a typo in a comment

A minor typo in a comment was fixed.
This commit is contained in:
Christopher Faulet 2026-04-23 09:46:39 +02:00
parent e4c5862731
commit 655df2e476

View File

@ -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.
*/