crypto: blowfish - fix typo in comment

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>
master
Alexander Bendezu 2025-12-28 00:01:01 +00:00 committed by Herbert Xu
parent c1b12cd933
commit fcce6bcb14
1 changed files with 1 additions and 1 deletions

View 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)
{