1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a minor typo in a comment in R-Tree. No changes to code.

FossilOrigin-Name: f77ee9e941f22b0b2e88871df4466fdde9cde131
This commit is contained in:
drh
2017-02-07 00:55:47 +00:00
parent 04128ace8d
commit b18bf843f7
3 changed files with 8 additions and 8 deletions

View File

@ -1304,7 +1304,7 @@ static int rtreeSearchPointCompare(
}
/*
** Interchange to search points in a cursor.
** Interchange two search points in a cursor.
*/
static void rtreeSearchPointSwap(RtreeCursor *p, int i, int j){
RtreeSearchPoint t = p->aPoint[i];