[PATCH] crypto: blowfish - fix typo in comment

Alexander Bendezu posted 1 patch 1 month, 1 week ago
crypto/blowfish_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] crypto: blowfish - fix typo in comment
Posted by Alexander Bendezu 1 month, 1 week ago
Fix spelling mistake in comment: endianess -> endianness

Signed-off-by: Alexander Bendezu <alexanderbendezu10@gmail.com>
---
 crypto/blowfish_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/blowfish_common.c b/crypto/blowfish_common.c
index c0208ce269a3..de9ec610125c 100644
--- a/crypto/blowfish_common.c
+++ b/crypto/blowfish_common.c
@@ -306,7 +306,7 @@ static const u32 bf_sbox[256 * 4] = {
 
 /*
  * The blowfish encipher, processes 64-bit blocks.
- * NOTE: This function MUSTN'T respect endianess
+ * NOTE: This function MUSTN'T respect endianness
  */
 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src)
 {
-- 
2.43.0
Re: [PATCH] crypto: blowfish - fix typo in comment
Posted by Herbert Xu 2 weeks, 1 day ago
On Sun, Dec 28, 2025 at 12:01:01AM +0000, Alexander Bendezu wrote:
> Fix spelling mistake in comment: endianess -> endianness
> 
> Signed-off-by: Alexander Bendezu <alexanderbendezu10@gmail.com>
> ---
>  crypto/blowfish_common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt