From 67cfe444620494647417b1e5a75f849531678df4 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 12 Dec 2016 15:35:09 +0300 Subject: [PATCH] Typo fixed Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2075) (cherry picked from commit 498180de5c766f68f6d2b65454357bc263773c66) --- doc/crypto/BUF_MEM_new.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/crypto/BUF_MEM_new.pod b/doc/crypto/BUF_MEM_new.pod index eb85bed896..29466088a1 100644 --- a/doc/crypto/BUF_MEM_new.pod +++ b/doc/crypto/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 bytes at B into B. If B +BUF_reverse() reverses B bytes at B into B. If B is NULL, the array is reversed in-place. =head1 RETURN VALUES @@ -58,7 +58,7 @@ zero on error or the new size (i.e., B). =head1 SEE ALSO -L, +L, L. =head1 HISTORY -- 2.25.1