aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/OPENSSL_malloc.pod
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2020-12-08 12:35:31 +0800
committerRichard Levitte <levitte@openssl.org>2020-12-09 13:36:02 +0100
commit74c8dd1c516c7017477a205fd1f5f975cfa86722 (patch)
tree444bc5487cd1f8125cf936c9c959b51009746086 /doc/man3/OPENSSL_malloc.pod
parent1d180bbe8e2103f35328cf82fbde7fd23602735a (diff)
downloadopenssl-74c8dd1c516c7017477a205fd1f5f975cfa86722.zip
openssl-74c8dd1c516c7017477a205fd1f5f975cfa86722.tar.gz
openssl-74c8dd1c516c7017477a205fd1f5f975cfa86722.tar.bz2
Fix typo in OPENSSL_malloc.pod
CLA: trivial Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13632)
Diffstat (limited to 'doc/man3/OPENSSL_malloc.pod')
-rw-r--r--doc/man3/OPENSSL_malloc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OPENSSL_malloc.pod b/doc/man3/OPENSSL_malloc.pod
index 211a6b6..acf457f 100644
--- a/doc/man3/OPENSSL_malloc.pod
+++ b/doc/man3/OPENSSL_malloc.pod
@@ -101,7 +101,7 @@ before ultimately calling OPENSSL_free().
OPENSSL_cleanse() fills B<ptr> of size B<len> with a string of 0's.
Use OPENSSL_cleanse() with care if the memory is a mapping of a file.
-If the storage controller uses write compression, then its possible
+If the storage controller uses write compression, then it's possible
that sensitive tail bytes will survive zeroization because the block of
zeros will be compressed. If the storage controller uses wear leveling,
then the old sensitive data will not be overwritten; rather, a block of