From 655df2e476b8efefca2dece3cb948324351c3d2d Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Thu, 23 Apr 2026 09:46:39 +0200 Subject: [PATCH] CLEANUP: chunk: Fix a typo in a comment A minor typo in a comment was fixed. --- src/chunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3