[PATCH] lib/inflate: fix typo "This results" to "The results" in comment

Josh Law posted 1 patch 1 month ago
lib/inflate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] lib/inflate: fix typo "This results" to "The results" in comment
Posted by Josh Law 1 month ago
Fix "This results of this trade" to "The results of this trade" in the
comment describing the lbits and dbits tuning parameters.

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 2bba475d4652..44a7da582baa 100644
--- a/lib/inflate.c
+++ b/lib/inflate.c
@@ -286,7 +286,7 @@ static void free(void *where)
    the longer codes.  The time it costs to decode the longer codes is
    then traded against the time it takes to make longer tables.
 
-   This results of this trade are in the variables lbits and dbits
+   The results of this trade are in the variables lbits and dbits
    below.  lbits is the number of bits the first level table for literal/
    length codes can decode in one step, and dbits is the same thing for
    the distance codes.  Subsequent tables are also less than or equal to
-- 
2.43.0