aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2021-11-27 12:03:51 +0000
committerdrh <>2021-11-27 12:03:51 +0000
commit14851b9a14936cdfebdc3fe74339ae6a42dcaec0 (patch)
treebad52b1705665942315938cf4e42aad6b1b53e46 /src/sqliteInt.h
parent855a165fecc25da50cb20525ddf5b9e60a67d18f (diff)
downloadsqlite-14851b9a14936cdfebdc3fe74339ae6a42dcaec0.tar.gz
sqlite-14851b9a14936cdfebdc3fe74339ae6a42dcaec0.zip
Fix a harmless comment typo.
FossilOrigin-Name: 7c567338ae4dd31097e9ae5c693b84369c35c5a52534797e8186b4be7297ba78
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 90068fc7a..b45151104 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -695,7 +695,7 @@
** number of pages. A negative number N translations means that a buffer
** of -1024*N bytes is allocated and used for as many pages as it will hold.
**
-** The default value of "20" was choosen to minimize the run-time of the
+** The default value of "20" was chosen to minimize the run-time of the
** speedtest1 test program with options: --shrink-memory --reprepare
*/
#ifndef SQLITE_DEFAULT_PCACHE_INITSZ