mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
FIXED a typo more thank should be more than
This commit is contained in:
parent
4b9ac6edd0
commit
c0f8665414
@ -239,7 +239,7 @@ int dictExpand(dict *d, unsigned long size)
|
||||
/* Performs N steps of incremental rehashing. Returns 1 if there are still
|
||||
* keys to move from the old to the new hash table, otherwise 0 is returned.
|
||||
* Note that a rehashing step consists in moving a bucket (that may have more
|
||||
* thank one key as we use chaining) from the old to the new hash table. */
|
||||
* than one key as we use chaining) from the old to the new hash table. */
|
||||
int dictRehash(dict *d, int n) {
|
||||
if (!dictIsRehashing(d)) return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user