xz: Fix grammar in a comment

Fixes: cb3111e3ed
(cherry picked from commit b90339f4da)
This commit is contained in:
Lasse Collin 2024-05-12 21:57:49 +03:00
parent c10b66fbf9
commit 09cabae2ab
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ coder_set_compression_settings(void)
// Print memory usage info before possible dictionary // Print memory usage info before possible dictionary
// size auto-adjusting. // 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. // what the decoder memory usage will be.
message_mem_needed(V_DEBUG, memory_usage); message_mem_needed(V_DEBUG, memory_usage);