1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix comments associated with sqlite3.eOpenState. No logic changes.

FossilOrigin-Name: fd8f498f5d5f7fcb78dd8f6f9323d20b9e2904b249ec735477a0f03cb47b8561
This commit is contained in:
drh
2021-08-09 13:06:59 +00:00
parent 5f9de6ecf4
commit 687d74dfcc
4 changed files with 12 additions and 12 deletions

View File

@@ -1762,7 +1762,7 @@ struct sqlite3 {
#define ConstFactorOk(P) ((P)->okConstFactor)
/*
** Possible values for the sqlite.eOpenState field.
** Possible values for the sqlite3.eOpenState field.
** The numbers are obtained at random and have no special meaning, other
** than being distinct from one another.
*/