* [PATCH] lib/inflate: fix grammar in comment: "variable" to "variables"
@ 2026-03-06 16:17 Josh Law
0 siblings, 0 replies; only message in thread
From: Josh Law @ 2026-03-06 16:17 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, Josh Law
Fix "all variable" to "all variables" in the file header comment.
Signed-off-by: Josh Law <objecting@objecting.org>
---
lib/inflate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 <nico@fluxnic.net>, 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.
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-06 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 16:17 [PATCH] lib/inflate: fix grammar in comment: "variable" to "variables" Josh Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox