From: Dmitry Belyavskiy Date: Mon, 12 Dec 2016 12:35:09 +0000 (+0300) Subject: Typo fixed X-Git-Tag: OpenSSL_1_1_1-pre1~2851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=498180de5c766f68f6d2b65454357bc263773c66;p=openssl Typo fixed Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2075) --- 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 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