Merge pull request #5422 from ziyasal/patch-1

Fix typo in the comment of raxSeekGreatest function
This commit is contained in:
Salvatore Sanfilippo 2018-10-08 11:34:42 +02:00 committed by GitHub
commit 8507c3f26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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