]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: chunk: Fix a typo in a comment
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 07:46:39 +0000 (09:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:21 +0000 (10:49 +0200)
A minor typo in a comment was fixed.

src/chunk.c

index 8d83409adbb25fcc9f8b9612939d908f6c4bacb7..b35a01d87d7f29cc0a3f06864f9bff3003423b5f 100644 (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.
  */