]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/OPENSSL_LH_COMPFUNC.pod
Fix typos and repeated words
[thirdparty/openssl.git] / doc / man3 / OPENSSL_LH_COMPFUNC.pod
index 412a4f8800f7a8137e15f813a10e91518db37383..c1eb68d081b8741d5c8fe0c57d2b9fff59de05cc 100644 (file)
@@ -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