diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-07-15 03:59:14 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-07-22 10:22:04 +0200 |
commit | 4cbdecd02fd29eb69a376ffdac47aff441c4d19f (patch) | |
tree | e3ff69cc01226ed9e4c6e73df713ffdf0e03aeb8 /crypto/Kconfig | |
parent | crypto: keembay-ocs-ecc - Drop if with an always false condition (diff) | |
download | linux-4cbdecd02fd29eb69a376ffdac47aff441c4d19f.tar.xz linux-4cbdecd02fd29eb69a376ffdac47aff441c4d19f.zip |
crypto: rmd160 - fix Kconfig "its" grammar
Use the possessive "its" instead of the contraction "it's"
where appropriate.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 75c71d9a5ffb..e72bf3fc298c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -889,7 +889,7 @@ config CRYPTO_RMD160 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended to be used as a secure replacement for the 128-bit hash functions - MD4, MD5 and it's predecessor RIPEMD + MD4, MD5 and its predecessor RIPEMD (not to be confused with RIPEMD-128). It's speed is comparable to SHA1 and there are no known attacks |