aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2015-06-23 10:18:53 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-25 23:18:32 +0800
commit338a9de0350c1abd9c9f6a8dacb2ba4d950e0d22 (patch)
treefc5436975812f5a18ca416b8fa0ece1689f55ea7 /crypto
parentcrypto: jitterentropy - avoid compiler warnings (diff)
downloadlinux-dev-338a9de0350c1abd9c9f6a8dacb2ba4d950e0d22.tar.xz
linux-dev-338a9de0350c1abd9c9f6a8dacb2ba4d950e0d22.zip
crypto: akcipher - fix spelling cihper -> cipher
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/akcipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/akcipher.c b/crypto/akcipher.c
index d7986414814e..528ae6aa9bff 100644
--- a/crypto/akcipher.c
+++ b/crypto/akcipher.c
@@ -114,4 +114,4 @@ void crypto_unregister_akcipher(struct akcipher_alg *alg)
EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Generic public key cihper type");
+MODULE_DESCRIPTION("Generic public key cipher type");