From: Paul Yang Date: Fri, 22 Feb 2019 06:27:39 +0000 (+0800) Subject: Fix a grammar nit in CRYPTO_get_ex_new_index.pod X-Git-Tag: OpenSSL_1_1_1b~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d600f3d34cf85003d11bea2b8296834874cdebcf;p=oweals%2Fopenssl.git Fix a grammar nit in CRYPTO_get_ex_new_index.pod Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8303) (cherry picked from commit 84712024da5e5485e8397afc763555355bddf960) --- diff --git a/doc/man3/CRYPTO_get_ex_new_index.pod b/doc/man3/CRYPTO_get_ex_new_index.pod index 4d5a2b93a0..04ef5ec99a 100644 --- a/doc/man3/CRYPTO_get_ex_new_index.pod +++ b/doc/man3/CRYPTO_get_ex_new_index.pod @@ -100,7 +100,7 @@ to avoid likely double-free crashes. The function B is used to free all exdata attached to a structure. The appropriate type-specific routine must be used. The B identifies the structure type, the B is -be the pointer to the actual structure, and B is a pointer to the +a pointer to the actual structure, and B is a pointer to the structure's exdata field. =head2 Callback Functions