crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
authorRuiqi Gong <gongruiqi1@huawei.com>
Tue, 30 Mar 2021 11:51:24 +0000 (07:51 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 9 Apr 2021 07:41:06 +0000 (17:41 +1000)
Do a trivial typo fix.
s/discribed/described

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/hpre/hpre_crypto.c

index f363653..1b7f151 100644 (file)
@@ -1769,7 +1769,7 @@ static int hpre_curve25519_src_init(struct hpre_asym_request *hpre_req,
 
        /*
         * Src_data(gx) is in little-endian order, MSB in the final byte should
-        * be masked as discribed in RFC7748, then transform it to big-endian
+        * be masked as described in RFC7748, then transform it to big-endian
         * form, then hisi_hpre can use the data.
         */
        ptr[31] &= 0x7f;