summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-01 02:02:06 +0800
committerAntoine Cœur <coeur@gmx.fr>2019-07-01 02:02:06 +0800
commit25ccb5896bbf28b74d4d72010948b0ac7d141622 (patch)
tree897e1c770dcddcbcd70369aecdd6359668e0040c /crypto
parentf987a4dd8929b4552f2fa19f09fd2d4115709647 (diff)
Fix Typos
CLA: trivial 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/9275)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/bio_ok.c4
-rw-r--r--crypto/store/store_lib.c2
-rw-r--r--crypto/ui/ui_openssl.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c
index a0462219be..54d83bdcc2 100644
--- a/crypto/evp/bio_ok.c
+++ b/crypto/evp/bio_ok.c
@@ -38,9 +38,9 @@
of memory.
BIO_f_reliable splits data stream into blocks. Each block is prefixed
- with it's length and suffixed with it's digest. So you need only
+ with its length and suffixed with its digest. So you need only
several Kbytes of memory to buffer single block before verifying
- it's digest.
+ its digest.
BIO_f_reliable goes further and adds several important capabilities:
diff --git a/crypto/store/store_lib.c b/crypto/store/store_lib.c
index 1c43547666..06bc7f7afd 100644
--- a/crypto/store/store_lib.c
+++ b/crypto/store/store_lib.c
@@ -228,7 +228,7 @@ int OSSL_STORE_close(OSSL_STORE_CTX *ctx)
* Functions to generate OSSL_STORE_INFOs, one function for each type we
* support having in them as well as a generic constructor.
*
- * In all cases, ownership of the object is transfered to the OSSL_STORE_INFO
+ * In all cases, ownership of the object is transferred to the OSSL_STORE_INFO
* and will therefore be freed when the OSSL_STORE_INFO is freed.
*/
static OSSL_STORE_INFO *store_info_new(int type, void *data)
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index 5ca418d248..0ec9f0daf3 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -79,7 +79,7 @@
* systems that require something different.
*
* Note: we do not use SGTTY unless it's defined by the configuration. We
- * may eventually opt to remove it's use entirely.
+ * may eventually opt to remove its use entirely.
*/
# if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)