summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authoragnosticdev <agnosticdev@gmail.com>2018-09-20 05:23:27 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-09-21 23:55:22 +0200
commit46d085096c6ead624c61e4b8b301421301511e64 (patch)
treee334cd24dca857032609c1171aaf924c189ff04f /crypto
parentf39a02c68abc8936db24499cb3cfcba206a2e7eb (diff)
typo-fixes: miscellaneous typo fixes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7277)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/LPdir_unix.c2
-rw-r--r--crypto/evp/e_aes.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/LPdir_unix.c b/crypto/LPdir_unix.c
index 356089d7fd..b1022895c8 100644
--- a/crypto/LPdir_unix.c
+++ b/crypto/LPdir_unix.c
@@ -51,7 +51,7 @@
#endif
/*
- * The POSIXly macro for the maximum number of characters in a file path is
+ * The POSIX macro for the maximum number of characters in a file path is
* NAME_MAX. However, some operating systems use PATH_MAX instead.
* Therefore, it seems natural to first check for PATH_MAX and use that, and
* if it doesn't exist, use NAME_MAX.
diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c
index f81ad66029..0901196e06 100644
--- a/crypto/evp/e_aes.c
+++ b/crypto/evp/e_aes.c
@@ -2255,7 +2255,7 @@ static int s390x_aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
if (!cctx->aes.ccm.len_set) {
/*-
- * In case message length was not previously set explicitely via
+ * In case message length was not previously set explicitly via
* Update(), set it now.
*/
ivec = EVP_CIPHER_CTX_iv_noconst(ctx);