summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2019-02-22 14:27:39 +0800
committerPaul Yang <yang.yang@baishancloud.com>2019-02-22 14:29:01 +0800
commitd600f3d34cf85003d11bea2b8296834874cdebcf (patch)
tree948c4d5bdc9718afa465590a36769627f656e717 /doc
parentebf7bd7f4b5200c4a0e7d86b1f13442e7a6154b6 (diff)
Fix a grammar nit in CRYPTO_get_ex_new_index.pod
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8303) (cherry picked from commit 84712024da5e5485e8397afc763555355bddf960)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/CRYPTO_get_ex_new_index.pod2
1 files changed, 1 insertions, 1 deletions
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<CRYPTO_free_ex_data> is used to free all exdata attached
to a structure. The appropriate type-specific routine must be used.
The B<class_index> identifies the structure type, the B<obj> is
-be the pointer to the actual structure, and B<r> is a pointer to the
+a pointer to the actual structure, and B<r> is a pointer to the
structure's exdata field.
=head2 Callback Functions