Unverified Commit 534c3bc2 authored by O(ʒ)'s avatar O(ʒ) Committed by GitHub
Browse files

Fix typo

parent 3d07ed98
...@@ -1313,7 +1313,7 @@ int raxIteratorNextStep(raxIterator *it, int noup) { ...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment