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 05085d3..35b4328 100644 --- a/misc/hsearch_r.c +++ b/misc/hsearch_r.c @@ -160,7 +160,7 @@ __hsearch_r (ENTRY item, ACTION action, ENTRY **retval, if (hval == 0) ++hval; - /* First hash function: simply take the modul but prevent zero. */ + /* First hash function: simply take the modulo but prevent zero. */ idx = hval % htab->size + 1; if (htab->table[idx].used) |