diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-02-02 22:54:01 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-02-06 17:01:00 +0100 |
commit | 7fa8bcfe4342df41919f5564b315f9c85d0a02d6 (patch) | |
tree | 46262fd6ab0a88c072b6adb729624f0bbe47bbad /engines | |
parent | More accurate doc of -ssl_config option (diff) | |
download | openssl-7fa8bcfe4342df41919f5564b315f9c85d0a02d6.tar.xz openssl-7fa8bcfe4342df41919f5564b315f9c85d0a02d6.zip |
Fix misspelling errors and typos reported by codespell
Fixes #10998
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11000)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/e_afalg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_afalg.c b/engines/e_afalg.c index 99516cb1bb..814917aa0a 100644 --- a/engines/e_afalg.c +++ b/engines/e_afalg.c @@ -473,7 +473,7 @@ static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in, /* * vmsplice and splice are used to pin the user space input buffer for - * kernel space processing avoiding copys from user to kernel space + * kernel space processing avoiding copies from user to kernel space */ ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); if (ret < 0) { |