diff options
Diffstat (limited to 'misc/hsearch_r.c')
-rw-r--r-- | misc/hsearch_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hsearch_r.c b/misc/hsearch_r.c index bf7cadc536..980b7c8d72 100644 --- a/misc/hsearch_r.c +++ b/misc/hsearch_r.c @@ -118,7 +118,7 @@ hdestroy_r (htab) } -/* This is the search function. It uses double hashing with open adressing. +/* This is the search function. It uses double hashing with open addressing. The argument item.key has to be a pointer to an zero terminated, most probably strings of chars. The function for generating a number of the strings is simple but fast. It can be replaced by a more complex function |