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/memdb.c | |
parent | 43a9385defa11d8d762ca2c1637433f0627373cf (diff) | |
download | sqlite-840fda482b65a9ddfada02a7d78c14d6483dbe26.tar.gz sqlite-840fda482b65a9ddfada02a7d78c14d6483dbe26.zip |
Minor comment changes.
FossilOrigin-Name: d282f064698782cf7b584138549a6b27befa0b945ae96b52a3ef6f8a13448077
Diffstat (limited to 'src/memdb.c')
-rw-r--r-- | src/memdb.c | 2 |
1 files changed, 1 insertions, 1 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 |