Fix Typos
[openssl.git] / crypto / evp / bio_ok.c
index 8fe2cbcc45cbc054371034f166b43a3aedf70f49..7f99f325482ce5031df741b78a58f3ffd5fb7f9d 100644 (file)
@@ -38,9 +38,9 @@
         of memory.
 
         BIO_f_reliable splits data stream into blocks. Each block is prefixed
-        with it's length and suffixed with it's digest. So you need only
+        with its length and suffixed with its digest. So you need only
         several Kbytes of memory to buffer single block before verifying
-        it's digest.
+        its digest.
 
         BIO_f_reliable goes further and adds several important capabilities: