From: Antoine Ténart Date: Thu, 14 Dec 2017 14:26:44 +0000 (+0100) Subject: crypto: inside-secure - fix typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dfbcc08faadd696d3c4687d7df540956f2be4f7c;p=linux.git crypto: inside-secure - fix typo in a comment Cosmetic patch fixing one typo in one of the driver's comments. Signed-off-by: Antoine Tenart Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/inside-secure/safexcel_hash.c b/drivers/crypto/inside-secure/safexcel_hash.c index d2d4551565fae..d4afc070ff581 100644 --- a/drivers/crypto/inside-secure/safexcel_hash.c +++ b/drivers/crypto/inside-secure/safexcel_hash.c @@ -504,7 +504,7 @@ static int safexcel_ahash_cache(struct ahash_request *areq) return areq->nbytes; } - /* We could'nt cache all the data */ + /* We couldn't cache all the data */ return -E2BIG; }