Skip to content

Commit

Permalink
crypto: akcipher - fix spelling cihper -> cipher
Browse files Browse the repository at this point in the history
Signed-off-by: Tadeusz Struk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tstruk authored and herbertx committed Jun 25, 2015
1 parent dfc9fa9 commit 338a9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/akcipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 338a9de

Please sign in to comment.