summaryrefslogtreecommitdiff
path: root/src/rax.c
diff options
context:
space:
mode:
authorO(ʒ) <sarikayaziya@gmail.com>2018-10-07 13:37:58 +0200
committerGitHub <noreply@github.com>2018-10-07 13:37:58 +0200
commit534c3bc21a256e113265ff1af6724af5ac4c9f9c (patch)
treed60e2dffa08d6139266f8628b4586398987f4990 /src/rax.c
parent3d07ed983e8bc55e7d066558de0244bc77dbeba3 (diff)
downloadredis-534c3bc21a256e113265ff1af6724af5ac4c9f9c.tar.gz
Fix typo
Diffstat (limited to 'src/rax.c')
-rw-r--r--src/rax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rax.c b/src/rax.c
index 92b367550..b652928af 100644
--- a/src/rax.c
+++ b/src/rax.c
@@ -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) {