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-3.0.0-alpha1~2491 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=84712024da5e5485e8397afc763555355bddf960;ds=sidebyside Fix a grammar nit in CRYPTO_get_ex_new_index.pod Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8303) --- diff --git a/doc/man3/CRYPTO_get_ex_new_index.pod b/doc/man3/CRYPTO_get_ex_new_index.pod index 44bab624c2..f37d532b98 100644 --- a/doc/man3/CRYPTO_get_ex_new_index.pod +++ b/doc/man3/CRYPTO_get_ex_new_index.pod @@ -104,7 +104,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