1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Minor comment changes.

FossilOrigin-Name: d282f064698782cf7b584138549a6b27befa0b945ae96b52a3ef6f8a13448077
This commit is contained in:
drh
2018-03-28 15:06:39 +00:00
parent 43a9385def
commit 840fda482b
4 changed files with 9 additions and 10 deletions

View File

@@ -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