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

usr/Kconfig: fix typos of "its"

Use "Its" or "its" for possessive instead of "it's" (contraction
for "it is").

Link: https://lkml.kernel.org/r/20231210053429.23146-1-rdunlap@infradead.org
Fixes: db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Acked-by: "Francisco Blas Izquierdo Riera (klondike)" <klondike@klondike.es>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Randy Dunlap and committed by
Andrew Morton
e95d392d a751ea34

+3 -3
+3 -3
usr/Kconfig
··· 185 185 bool "LZO" 186 186 depends on RD_LZO 187 187 help 188 - It's compression ratio is the second poorest amongst the choices. The 189 - kernel size is about 10% bigger than gzip. Despite that, it's 190 - decompression speed is the second fastest and it's compression speed 188 + Its compression ratio is the second poorest amongst the choices. The 189 + kernel size is about 10% bigger than gzip. Despite that, its 190 + decompression speed is the second fastest and its compression speed 191 191 is quite fast too. 192 192 193 193 If you choose this, keep in mind that you may need to install the lzop