Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
085aaef3
Commit
085aaef3
authored
Mar 15, 2012
by
huangz1990
Committed by
antirez
Mar 27, 2012
Browse files
fix typo
parent
92dd4e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
085aaef3
...
...
@@ -150,7 +150,7 @@ int _dictInit(dict *d, dictType *type,
}
/* 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
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