diff options
author | drh <> | 2024-02-21 20:21:46 +0000 |
---|---|---|
committer | drh <> | 2024-02-21 20:21:46 +0000 |
commit | 9591a9f0699b50dc4dab84ff48b10d3b65bb2ee7 (patch) | |
tree | b3fdc3537f2e2c13700aa100fbfde0747f8ac594 /src | |
parent | 21eda699d7154c045c72e8c848ebe2ade011165f (diff) | |
download | sqlite-9591a9f0699b50dc4dab84ff48b10d3b65bb2ee7.tar.gz sqlite-9591a9f0699b50dc4dab84ff48b10d3b65bb2ee7.zip |
Fix typo in comment. [https://fossil-scm.org/forum/forumpost/cc20266bf2|Fossil forum post cc20266bf2].
FossilOrigin-Name: 7e3c46eed1290964a3e25662686c6ba1149bf8687d05719b684772e65d660c09
Diffstat (limited to 'src')
-rw-r--r-- | src/pragma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pragma.c b/src/pragma.c index 62fd17911..4ff640a65 100644 --- a/src/pragma.c +++ b/src/pragma.c @@ -40,7 +40,7 @@ ** for PRAGMA optimize does not exceed 100 milliseconds against a variety ** of test databases on a RaspberryPI-4 compiled using -Os and without ** -DSQLITE_DEBUG. Of course, your mileage may vary. For the purpose of -** his paragraph, "worst-case" means that ANALYZE ends up being +** this paragraph, "worst-case" means that ANALYZE ends up being ** run on every table in the database. The worst case typically only ** happens if PRAGMA optimize is run on a database file for which ANALYZE ** has not been previously run and the 0x10000 flag is included so that |