From: Tadeusz Struk Date: Tue, 23 Jun 2015 17:18:53 +0000 (-0700) Subject: crypto: akcipher - fix spelling cihper -> cipher X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=338a9de0350c1abd9c9f6a8dacb2ba4d950e0d22;p=linux-beck.git crypto: akcipher - fix spelling cihper -> cipher Signed-off-by: Tadeusz Struk Signed-off-by: Herbert Xu --- 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");