[PATCH] lib/inflate: fix grammar in comment: "variable" to "variables"
From: Josh Law
Date: Fri Mar 06 2026 - 11:23:10 EST
Fix "all variable" to "all variables" in the file header comment.
Signed-off-by: Josh Law <objecting@xxxxxxxxxxxxx>
---
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@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
* 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