From: Alexander Bendezu Date: Sun, 28 Dec 2025 00:01:01 +0000 (+0000) Subject: crypto: blowfish - fix typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcce6bcb14f5cfddcf79ac49a67ce36fec850b53;p=thirdparty%2Fkernel%2Flinux.git crypto: blowfish - fix typo in comment Fix spelling mistake in comment: endianess -> endianness Signed-off-by: Alexander Bendezu Signed-off-by: Herbert Xu --- diff --git a/crypto/blowfish_common.c b/crypto/blowfish_common.c index c0208ce269a33..de9ec610125c3 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) {