[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Dec 12 14:29:20 UTC 2016


The branch master has been updated
       via  498180de5c766f68f6d2b65454357bc263773c66 (commit)
      from  6974fca49d9d0b110c02c83a7bbe01907472ac5e (commit)


- Log -----------------------------------------------------------------
commit 498180de5c766f68f6d2b65454357bc263773c66
Author: Dmitry Belyavskiy <beldmit at gmail.com>
Date:   Mon Dec 12 15:35:09 2016 +0300

    Typo fixed
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2075)

-----------------------------------------------------------------------

Summary of changes:
 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 905aca1..2946608 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


More information about the openssl-commits mailing list