From: Christopher Faulet Date: Thu, 23 Apr 2026 07:46:39 +0000 (+0200) Subject: CLEANUP: chunk: Fix a typo in a comment X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=655df2e476b8efefca2dece3cb948324351c3d2d;p=thirdparty%2Fhaproxy.git CLEANUP: chunk: Fix a typo in a comment A minor typo in a comment was fixed. --- diff --git a/src/chunk.c b/src/chunk.c index 8d83409ad..b35a01d87 100644 --- a/src/chunk.c +++ b/src/chunk.c @@ -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. */