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>
This commit is contained in:
parent
c1b12cd933
commit
fcce6bcb14
|
|
@ -306,7 +306,7 @@ static const u32 bf_sbox[256 * 4] = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The blowfish encipher, processes 64-bit blocks.
|
* 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)
|
static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue