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

Josh Law posted 1 patch 1 month ago
lib/inflate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] lib/inflate: fix grammar in comment: "variable" to "variables"
Posted by Josh Law 1 month ago
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