]> git.itanic.dy.fi Git - linux-stable/commitdiff
usr/Kconfig: fix typos of "its"
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 10 Dec 2023 05:34:29 +0000 (21:34 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
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>
usr/Kconfig

index 8bbcf699fe3bebecca9436167a2c57a24d505215..9279a2893ab0eede6212cba009ff6c4f4c6c419c 100644 (file)
@@ -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