summaryrefslogtreecommitdiffstats
path: root/doc/man3/BUF_MEM_new.pod
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2016-12-12 15:35:09 +0300
committerRich Salz <rsalz@openssl.org>2016-12-12 09:28:56 -0500
commit498180de5c766f68f6d2b65454357bc263773c66 (patch)
treee3f08bb90cf382dea3c256245896896818863413 /doc/man3/BUF_MEM_new.pod
parent6974fca49d9d0b110c02c83a7bbe01907472ac5e (diff)
Typo fixed
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2075)
Diffstat (limited to 'doc/man3/BUF_MEM_new.pod')
-rw-r--r--doc/man3/BUF_MEM_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BUF_MEM_new.pod b/doc/man3/BUF_MEM_new.pod
index 905aca162c..29466088a1 100644
--- a/doc/man3/BUF_MEM_new.pod
+++ b/doc/man3/BUF_MEM_new.pod
@@ -44,7 +44,7 @@ size.
BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd
or additionally-allocated memory to zero.
-BUF_reverse() reverses B<size> bytes at B<in> into B<out>. If B<out>
+BUF_reverse() reverses B<size> bytes at B<in> into B<out>. If B<in>
is NULL, the array is reversed in-place.
=head1 RETURN VALUES