Commit fcce6bcb authored by Alexander Bendezu's avatar Alexander Bendezu Committed by Herbert Xu
Browse files

crypto: blowfish - fix typo in comment



Fix spelling mistake in comment: endianess -> endianness

Signed-off-by: default avatarAlexander Bendezu <alexanderbendezu10@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c1b12cd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{