diff options
| author | Josh Law <objecting@objecting.org> | 2026-03-06 19:17:32 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-03-28 07:19:42 +0300 |
| commit | 5ab288ffab948a8201bdac5c5845abe4d36005f1 (patch) | |
| tree | 613435d4c63f9ddcf28c77375d2deb4620822e34 | |
| parent | b2a7f5f88ae45e1b18793f58788059c8a61ecfb9 (diff) | |
| download | linux-5ab288ffab948a8201bdac5c5845abe4d36005f1.tar.xz | |
lib/inflate: fix typo "This results" to "The results" in comment
Fix "This results of this trade" to "The results of this trade" in the
comment describing the lbits and dbits tuning parameters.
Link: https://lkml.kernel.org/r/20260306161732.2812132-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>
| -rw-r--r-- | lib/inflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
