Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 158b52ff authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"



Trivial fix to spelling mistake in module description text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4bffaab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");