crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Apr 2018 18:08:05 +0000 (19:08 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 5 May 2018 06:52:58 +0000 (14:52 +0800)
Trivial fix to spelling mistake in module description text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/ghash-clmulni-intel_glue.c

index 0420bab19efbba6d6c4c7dc9d5710652e2396433..2ddbe3a1868b4f6ef02949e26b60dd4710eea414 100644 (file)
@@ -364,5 +364,5 @@ module_exit(ghash_pclmulqdqni_mod_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("GHASH Message Digest Algorithm, "
-                  "acclerated by PCLMULQDQ-NI");
+                  "accelerated by PCLMULQDQ-NI");
 MODULE_ALIAS_CRYPTO("ghash");