summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/vdbesort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsqlite3/src/vdbesort.c')
-rw-r--r--lib/libsqlite3/src/vdbesort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/src/vdbesort.c b/lib/libsqlite3/src/vdbesort.c
index fdfc4a79ddc..c8709bdafd8 100644
--- a/lib/libsqlite3/src/vdbesort.c
+++ b/lib/libsqlite3/src/vdbesort.c
@@ -54,7 +54,7 @@ typedef struct FileWriter FileWriter;
** other key value. If the keys are equal (only possible with two EOF
** values), it doesn't matter which index is stored.
**
-** The (N/4) elements of aTree[] that preceed the final (N/2) described
+** The (N/4) elements of aTree[] that precede the final (N/2) described
** above contains the index of the smallest of each block of 4 iterators.
** And so on. So that aTree[1] contains the index of the iterator that
** currently points to the smallest key value. aTree[0] is unused.