mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +00:00
Fix typo
This commit is contained in:
parent
3d07ed983e
commit
534c3bc21a
@ -1313,7 +1313,7 @@ int raxIteratorNextStep(raxIterator *it, int noup) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seek the grestest key in the subtree at the current node. Return 0 on
|
/* Seek the greatest 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user