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
e4669c04
Commit
e4669c04
authored
Mar 27, 2012
by
Salvatore Sanfilippo
Browse files
Merge pull request #389 from huangz1990/patch-1
fix typo
parents
44f26aea
9448ddb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
e4669c04
...
...
@@ -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