From: Josh Law Date: Fri, 6 Mar 2026 16:17:07 +0000 (+0000) Subject: lib/inflate: fix grammar in comment: "variable" to "variables" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a7f5f88ae45e1b18793f58788059c8a61ecfb9;p=thirdparty%2Fkernel%2Fstable.git lib/inflate: fix grammar in comment: "variable" to "variables" Fix "all variable" to "all variables" in the file header comment. Link: https://lkml.kernel.org/r/20260306161707.2812005-1-objecting@objecting.org Signed-off-by: Josh Law Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton --- diff --git a/lib/inflate.c b/lib/inflate.c index ae704e4f64ec..2bba475d4652 100644 --- a/lib/inflate.c +++ b/lib/inflate.c @@ -9,7 +9,7 @@ * based on gzip-1.0.3 * * Nicolas Pitre , 1999/04/14 : - * Little mods for all variable to reside either into rodata or bss segments + * Little mods for all variables to reside either into rodata or bss segments * by marking constant variables with 'const' and initializing all the others * at run-time only. This allows for the kernel uncompressor to run * directly from Flash or ROM memory on embedded systems.