Skip to content

Commit

Permalink
usr/Kconfig: fix typos of "its"
Browse files Browse the repository at this point in the history
Use "Its" or "its" for possessive instead of "it's" (contraction
for "it is").

Link: https://lkml.kernel.org/r/[email protected]
Fixes: db2aa7f ("initramfs: allow again choice of the embedded initram compression algorithm")
Signed-off-by: Randy Dunlap <[email protected]>
Reviewed-by: Nicolas Schier <[email protected]>
Acked-by: "Francisco Blas Izquierdo Riera (klondike)" <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
rddunlap authored and akpm00 committed Dec 20, 2023
1 parent a751ea3 commit e95d392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ config INITRAMFS_COMPRESSION_LZO
bool "LZO"
depends on RD_LZO
help
It's compression ratio is the second poorest amongst the choices. The
kernel size is about 10% bigger than gzip. Despite that, it's
decompression speed is the second fastest and it's compression speed
Its compression ratio is the second poorest amongst the choices. The
kernel size is about 10% bigger than gzip. Despite that, its
decompression speed is the second fastest and its compression speed
is quite fast too.

If you choose this, keep in mind that you may need to install the lzop
Expand Down

0 comments on commit e95d392

Please sign in to comment.