Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9448ddb0
Commit
9448ddb0
authored
Mar 15, 2012
by
huangz1990
Browse files
fix typo
parent
ae22bf1e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dict.c
View file @
9448ddb0
...
@@ -150,7 +150,7 @@ int _dictInit(dict *d, dictType *type,
...
@@ -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 USE
R
/BUCKETS ratio near to <= 1 */
* but with the invariant of a USE
D
/BUCKETS ratio near to <= 1 */
int
dictResize
(
dict
*
d
)
int
dictResize
(
dict
*
d
)
{
{
int
minimal
;
int
minimal
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment