mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
fix typo
This commit is contained in:
parent
ae22bf1ef6
commit
9448ddb0c6
@ -150,7 +150,7 @@ int _dictInit(dict *d, dictType *type,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Resize the table to the minimal size that contains all the elements,
|
/* Resize the table to the minimal size that contains all the elements,
|
||||||
* but with the invariant of a USER/BUCKETS ratio near to <= 1 */
|
* but with the invariant of a USED/BUCKETS ratio near to <= 1 */
|
||||||
int dictResize(dict *d)
|
int dictResize(dict *d)
|
||||||
{
|
{
|
||||||
int minimal;
|
int minimal;
|
||||||
|
Loading…
Reference in New Issue
Block a user