Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <objecting@objecting.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Josh Law and committed by
Andrew Morton
b2a7f5f8 84f24da3

+1 -1
+1 -1
lib/inflate.c
··· 9 9 * based on gzip-1.0.3 10 10 * 11 11 * Nicolas Pitre <nico@fluxnic.net>, 1999/04/14 : 12 - * Little mods for all variable to reside either into rodata or bss segments 12 + * Little mods for all variables to reside either into rodata or bss segments 13 13 * by marking constant variables with 'const' and initializing all the others 14 14 * at run-time only. This allows for the kernel uncompressor to run 15 15 * directly from Flash or ROM memory on embedded systems.