Skip to content

Commit

Permalink
crypto: serpent_sse2 - Fix a typo in Kconfig
Browse files Browse the repository at this point in the history
This patch fix a spelling typo in crypto/Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Masanari Iida authored and Herbert Xu committed Apr 7, 2015
1 parent f2f770d commit 1e6232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ config CRYPTO_SERPENT_SSE2_X86_64
Keys are allowed to be from 0 to 256 bits in length, in steps
of 8 bits.

This module provides Serpent cipher algorithm that processes eigth
This module provides Serpent cipher algorithm that processes eight
blocks parallel using SSE2 instruction set.

See also:
Expand Down

0 comments on commit 1e6232f

Please sign in to comment.