summaryrefslogtreecommitdiff
path: root/doc/crypto/lhash.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/lhash.pod')
-rw-r--r--doc/crypto/lhash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/lhash.pod b/doc/crypto/lhash.pod
index 4e87aee824..af2c9a7102 100644
--- a/doc/crypto/lhash.pod
+++ b/doc/crypto/lhash.pod
@@ -102,7 +102,7 @@ The following description is based on the SSLeay documentation:
The B<lhash> library implements a hash table described in the
I<Communications of the ACM> in 1991. What makes this hash table
different is that as the table fills, the hash table is increased (or
-decreased) in size via OPENSSL_realloc(). When a 'resize' is done, instead of
+decreased) in size via Realloc(). When a 'resize' is done, instead of
all hashes being redistributed over twice as many 'buckets', one
bucket is split. So when an 'expand' is done, there is only a minimal
cost to redistribute some values. Subsequent inserts will cause more