This commit is contained in:
O(ʒ) 2018-10-07 13:37:58 +02:00 committed by GitHub
parent a6e595c778
commit aa137f5498

View File

@ -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) {