diff options
author | drh <drh@noemail.net> | 2018-03-28 15:06:39 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2018-03-28 15:06:39 +0000 |
commit | 840fda482b65a9ddfada02a7d78c14d6483dbe26 (patch) | |
tree | 11d81f24dac2b865ac64075717d9fbe7de0228c7 /src | |
parent | 43a9385defa11d8d762ca2c1637433f0627373cf (diff) | |
download | sqlite-840fda482b65a9ddfada02a7d78c14d6483dbe26.tar.gz sqlite-840fda482b65a9ddfada02a7d78c14d6483dbe26.zip |
Minor comment changes.
FossilOrigin-Name: d282f064698782cf7b584138549a6b27befa0b945ae96b52a3ef6f8a13448077
Diffstat (limited to 'src')
-rw-r--r-- | src/memdb.c | 2 | ||||
-rw-r--r-- | src/sqlite.h.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/memdb.c b/src/memdb.c index 68bec75ea..44189852e 100644 --- a/src/memdb.c +++ b/src/memdb.c @@ -10,7 +10,7 @@ ** ****************************************************************************** ** -** This file implements in-memory VFS. A database is held as a contiguous +** This file implements an in-memory VFS. A database is held as a contiguous ** block of memory. ** ** This file also implements interface sqlite3_serialize() and diff --git a/src/sqlite.h.in b/src/sqlite.h.in index bb4452390..202155df7 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -1105,7 +1105,6 @@ struct sqlite3_io_methods { #define SQLITE_FCNTL_COMMIT_ATOMIC_WRITE 32 #define SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE 33 #define SQLITE_FCNTL_LOCK_TIMEOUT 34 -#define SQLITE_FCNTL_LAST 34 /* Last value */ /* deprecated names */ #define SQLITE_GET_LOCKPROXYFILE SQLITE_FCNTL_GET_LOCKPROXYFILE |