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
534c3bc2
Unverified
Commit
534c3bc2
authored
Oct 07, 2018
by
O(ʒ)
Committed by
GitHub
Oct 07, 2018
Browse files
Fix typo
parent
3d07ed98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rax.c
View file @
534c3bc2
...
@@ -1313,7 +1313,7 @@ int raxIteratorNextStep(raxIterator *it, int noup) {
...
@@ -1313,7 +1313,7 @@ int raxIteratorNextStep(raxIterator *it, int noup) {
}
}
}
}
/* Seek the gre
s
test key in the subtree at the current node. Return 0 on
/* Seek the gre
a
test key in the subtree at the current node. Return 0 on
* out of memory, otherwise 1. This is an helper function for different
* out of memory, otherwise 1. This is an helper function for different
* iteration functions below. */
* iteration functions below. */
int
raxSeekGreatest
(
raxIterator
*
it
)
{
int
raxSeekGreatest
(
raxIterator
*
it
)
{
...
...
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