2023-12-10 05:34:53

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] usr/Kconfig: fix typos of "its"

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

Fixes: db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nicolas Schier <[email protected]>
Cc: [email protected]
Cc: "Francisco Blas Izquierdo Riera (klondike)" <[email protected]>
Cc: Andrew Morton <[email protected]>
---
usr/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff -- a/usr/Kconfig b/usr/Kconfig
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -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


2023-12-10 07:45:36

by Nicolas Schier

[permalink] [raw]
Subject: Re: [PATCH] usr/Kconfig: fix typos of "its"

On Sat, Dec 09, 2023 at 09:34:29PM -0800 Randy Dunlap wrote:
> Use "Its" or "its" for possessive instead of "it's" (contraction
> for "it is").
>
> Fixes: db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm")
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Masahiro Yamada <[email protected]>
> Cc: Nathan Chancellor <[email protected]>
> Cc: Nicolas Schier <[email protected]>
> Cc: [email protected]
> Cc: "Francisco Blas Izquierdo Riera (klondike)" <[email protected]>
> Cc: Andrew Morton <[email protected]>
> ---
> usr/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff -- a/usr/Kconfig b/usr/Kconfig
> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -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

Thanks.

Reviewed-by: Nicolas Schier <[email protected]>