diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-04-03 11:20:30 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-07 09:34:20 -0400 |
commit | 1e6232f87b2d8b45f561cbb37a60cfc40b1a1b0d (patch) | |
tree | c9d772ec0c0aea691c2bb4db88f353d7bc69d8cf | |
parent | f2f770d74a8d12265e023f2792ad2eb996cabe1a (diff) |
crypto: serpent_sse2 - Fix a typo in Kconfig
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>
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 88639937a934..8aaf298a80e1 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -1188,7 +1188,7 @@ config CRYPTO_SERPENT_SSE2_X86_64 | |||
1188 | Keys are allowed to be from 0 to 256 bits in length, in steps | 1188 | Keys are allowed to be from 0 to 256 bits in length, in steps |
1189 | of 8 bits. | 1189 | of 8 bits. |
1190 | 1190 | ||
1191 | This module provides Serpent cipher algorithm that processes eigth | 1191 | This module provides Serpent cipher algorithm that processes eight |
1192 | blocks parallel using SSE2 instruction set. | 1192 | blocks parallel using SSE2 instruction set. |
1193 | 1193 | ||
1194 | See also: | 1194 | See also: |