mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:44:45 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue