From d600f3d34cf85003d11bea2b8296834874cdebcf Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 22 Feb 2019 14:27:39 +0800 Subject: [PATCH] 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) --- doc/man3/CRYPTO_get_ex_new_index.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1