Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Josh Law and committed by
Andrew Morton
5ab288ff b2a7f5f8

+1 -1
+1 -1
lib/inflate.c
··· 286 286 the longer codes. The time it costs to decode the longer codes is 287 287 then traded against the time it takes to make longer tables. 288 288 289 - This results of this trade are in the variables lbits and dbits 289 + The results of this trade are in the variables lbits and dbits 290 290 below. lbits is the number of bits the first level table for literal/ 291 291 length codes can decode in one step, and dbits is the same thing for 292 292 the distance codes. Subsequent tables are also less than or equal to