summaryrefslogtreecommitdiff
path: root/doc/man3/OPENSSL_LH_COMPFUNC.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/OPENSSL_LH_COMPFUNC.pod')
-rw-r--r--doc/man3/OPENSSL_LH_COMPFUNC.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OPENSSL_LH_COMPFUNC.pod b/doc/man3/OPENSSL_LH_COMPFUNC.pod
index 412a4f8800..c1eb68d081 100644
--- a/doc/man3/OPENSSL_LH_COMPFUNC.pod
+++ b/doc/man3/OPENSSL_LH_COMPFUNC.pod
@@ -203,7 +203,7 @@ all such parameters as constant.
As an example, a hash table may be maintained by code that, for
reasons of encapsulation, has only "const" access to the data being
-indexed in the hash table (ie. it is returned as "const" from
+indexed in the hash table (i.e. it is returned as "const" from
elsewhere in their code) - in this case the LHASH prototypes are
appropriate as-is. Conversely, if the caller is responsible for the
life-time of the data in question, then they may well wish to make