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
8507c3f2
Unverified
Commit
8507c3f2
authored
Oct 08, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Oct 08, 2018
Browse files
Merge pull request #5422 from ziyasal/patch-1
Fix typo in the comment of raxSeekGreatest function
parents
3d07ed98
534c3bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rax.c
View file @
8507c3f2
...
...
@@ -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
* iteration functions below. */
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