From 09cabae2ab47a06f6eee02419a815d4bfd0d9490 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 12 May 2024 21:57:49 +0300 Subject: [PATCH] xz: Fix grammar in a comment Fixes: cb3111e3ed84152912b5138d690c8d9f00c6ef02 (cherry picked from commit b90339f4daa510d2b1b8c550f855a99667f1d004) --- src/xz/coder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xz/coder.c b/src/xz/coder.c index c1c2c455..7d505c6e 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -522,7 +522,7 @@ coder_set_compression_settings(void) // Print memory usage info before possible dictionary // size auto-adjusting. // - // NOTE: If only encoder support was built, we cannot show the + // NOTE: If only encoder support was built, we cannot show // what the decoder memory usage will be. message_mem_needed(V_DEBUG, memory_usage);