Re: [PATCH] lib/inflate: fix grammar in comment: "variable" to "variables"

From: Andrew Morton

Date: Sat Apr 25 2026 - 16:28:25 EST


On Fri, 6 Mar 2026 16:17:07 +0000 Josh Law <hlcj1234567@xxxxxxxxx> wrote:

> Fix "all variable" to "all variables" in the file header comment.
>
> ...
>
> --- a/lib/inflate.c
> +++ b/lib/inflate.c
> @@ -9,7 +9,7 @@
> * based on gzip-1.0.3
> *
> * Nicolas Pitre <nico@xxxxxxxxxxx>, 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

Well, if we're going to mess with this:

Little mods for all variables to reside in either the rodata or the
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.
> --
> 2.43.0