diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-17 19:02:34 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-05-28 14:21:08 +0800 |
commit | 155f7d321f021c084595d33efafa66f197fb2c00 (patch) | |
tree | f03c7729b722a8b73f504c6401e7855dfa0e3388 /include/crypto/hash.h | |
parent | 11e0ca8f028c24cade0022888599e1273ce31694 (diff) | |
download | linux-155f7d321f021c084595d33efafa66f197fb2c00.tar.gz linux-155f7d321f021c084595d33efafa66f197fb2c00.tar.bz2 linux-155f7d321f021c084595d33efafa66f197fb2c00.zip |
crypto: header - Fix spelling errors
Fix some spelling mistakes in comments:
cipherntext ==> ciphertext
syncronise ==> synchronise
feeded ==> fed
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/hash.h')
-rw-r--r-- | include/crypto/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h index b2bc1e46e86a..f140e4643949 100644 --- a/include/crypto/hash.h +++ b/include/crypto/hash.h @@ -458,7 +458,7 @@ int crypto_ahash_finup(struct ahash_request *req); * * Return: * 0 if the message digest was successfully calculated; - * -EINPROGRESS if data is feeded into hardware (DMA) or queued for later; + * -EINPROGRESS if data is fed into hardware (DMA) or queued for later; * -EBUSY if queue is full and request should be resubmitted later; * other < 0 if an error occurred */ |