1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix a typo in a comment. No changes to code.

FossilOrigin-Name: d953646a63bf96a8e6e57fefaa60ae1487e5e4eb776fb38cd9c4ce002e74d016
This commit is contained in:
drh
2021-08-23 15:56:01 +00:00
parent b9fd0101bd
commit 0ccda5294f
3 changed files with 8 additions and 8 deletions

View File

@@ -3142,7 +3142,7 @@ static int lockBtree(BtShared *pBt){
goto page1_init_failed;
}
/* If the write version is set to 2, this database should be accessed
/* If the read version is set to 2, this database should be accessed
** in WAL mode. If the log is not already open, open it now. Then
** return SQLITE_OK and return without populating BtShared.pPage1.
** The caller detects this and calls this function again. This is