From 498180de5c766f68f6d2b65454357bc263773c66 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) --- doc/man3/BUF_MEM_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1