diff options
author | O(ʒ) <sarikayaziya@gmail.com> | 2018-10-07 13:37:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 13:37:58 +0200 |
commit | 534c3bc21a256e113265ff1af6724af5ac4c9f9c (patch) | |
tree | d60e2dffa08d6139266f8628b4586398987f4990 /src/rax.c | |
parent | 3d07ed983e8bc55e7d066558de0244bc77dbeba3 (diff) | |
download | redis-534c3bc21a256e113265ff1af6724af5ac4c9f9c.tar.gz |
Fix typo
Diffstat (limited to 'src/rax.c')
-rw-r--r-- | src/rax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * iteration functions below. */ int raxSeekGreatest(raxIterator *it) { |