]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
crypto: blowfish - fix typo in comment
authorAlexander Bendezu <alexanderbendezu10@gmail.com>
Sun, 28 Dec 2025 00:01:01 +0000 (00:01 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 23 Jan 2026 05:48:44 +0000 (13:48 +0800)
Fix spelling mistake in comment: endianess -> endianness

Signed-off-by: Alexander Bendezu <alexanderbendezu10@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/blowfish_common.c

index c0208ce269a337015eba68122ce38fa5132e1012..de9ec610125c3d90c727dd0ba9021afc9b53f008 100644 (file)
@@ -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)
 {