1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix a comment type on the description of the Schema object.

FossilOrigin-Name: 095cd9a6ec175b703ff3fcafeffb3349f21bd831
This commit is contained in:
drh
2011-06-07 18:31:14 +00:00
parent 2ce71b4e7a
commit 55a0959a18
3 changed files with 8 additions and 8 deletions

View File

@@ -682,7 +682,7 @@ struct Db {
** A thread must be holding a mutex on the corresponding Btree in order
** to access Schema content. This implies that the thread must also be
** holding a mutex on the sqlite3 connection pointer that owns the Btree.
** For a TEMP Schema, on the connection mutex is required.
** For a TEMP Schema, only the connection mutex is required.
*/
struct Schema {
int schema_cookie; /* Database schema version number for this file */