diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-09 00:02:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 08:23:35 -0400 |
commit | 35ed4b35beb875adee4d84f9e5e31449cab13c3f (patch) | |
tree | f6f5b077b564ad1bf5ab44149038146005a6795c /crypto/Kconfig | |
parent | 622e040d577dc8a7a6efbfa4f056448f62b4039a (diff) |
doc: Kconfig: `to be' -> `be'
Also, a comma was inserted to offset a modifier.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 87b22ca9c223..749c78ed7563 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -354,7 +354,7 @@ config CRYPTO_RMD128 | |||
354 | RIPEMD-128 (ISO/IEC 10118-3:2004). | 354 | RIPEMD-128 (ISO/IEC 10118-3:2004). |
355 | 355 | ||
356 | RIPEMD-128 is a 128-bit cryptographic hash function. It should only | 356 | RIPEMD-128 is a 128-bit cryptographic hash function. It should only |
357 | to be used as a secure replacement for RIPEMD. For other use cases | 357 | be used as a secure replacement for RIPEMD. For other use cases, |
358 | RIPEMD-160 should be used. | 358 | RIPEMD-160 should be used. |
359 | 359 | ||
360 | Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel. | 360 | Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel. |