summaryrefslogtreecommitdiffstats
path: root/doc/crypto/OPENSSL_secure_malloc.pod
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-20 11:51:06 -0400
committerRich Salz <rsalz@openssl.org>2016-03-22 21:57:26 -0400
commitb9b6a7e5dc01bb95fad9008e33e5b7455a48b217 (patch)
tree2d53836a2b53174629e9e47b711fcccc1631fc17 /doc/crypto/OPENSSL_secure_malloc.pod
parent88a9614ba30e2d1f5b1b14df5814b824190d46f8 (diff)
Correct another batch of typos
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/crypto/OPENSSL_secure_malloc.pod')
-rw-r--r--doc/crypto/OPENSSL_secure_malloc.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/crypto/OPENSSL_secure_malloc.pod b/doc/crypto/OPENSSL_secure_malloc.pod
index 3423eb0413..2a04931cec 100644
--- a/doc/crypto/OPENSSL_secure_malloc.pod
+++ b/doc/crypto/OPENSSL_secure_malloc.pod
@@ -100,8 +100,7 @@ OPENSSL_secure_malloc() and OPENSSL_secure_zalloc() return a pointer into
the secure heap of the requested size, or C<NULL> if memory could not be
allocated.
-CRYPTO_secure_allocated() returns 1 if the pointer is in the
-the secure heap, or 0 if not.
+CRYPTO_secure_allocated() returns 1 if the pointer is in the secure heap, or 0 if not.
CRYPTO_secure_malloc_done() and OPENSSL_secure_free()
return no values.