diff options
Diffstat (limited to 'lib/libsqlite3/src/rowset.c')
-rw-r--r-- | lib/libsqlite3/src/rowset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/src/rowset.c b/lib/libsqlite3/src/rowset.c index 58c18b78db1..5761f98550b 100644 --- a/lib/libsqlite3/src/rowset.c +++ b/lib/libsqlite3/src/rowset.c @@ -440,7 +440,7 @@ int sqlite3RowSetNext(RowSet *p, i64 *pRowid){ } /* -** Check to see if element iRowid was inserted into the the rowset as +** Check to see if element iRowid was inserted into the rowset as ** part of any insert batch prior to iBatch. Return 1 or 0. ** ** If this is the first test of a new batch and if there exist entires |