aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2010-07-21 16:16:28 +0000
committerdrh <drh@noemail.net>2010-07-21 16:16:28 +0000
commit300c18a1b5af96766294d26c1736872880c98c38 (patch)
tree4419530a659caad6a4ce147998aa64ee297a127e /src
parentd5a724000be6b04d38601fd8452aca106f5b6fb2 (diff)
downloadsqlite-300c18a1b5af96766294d26c1736872880c98c38.tar.gz
sqlite-300c18a1b5af96766294d26c1736872880c98c38.zip
Fix a comment typo. This check-in is 3.7.0 release candidate 2.
FossilOrigin-Name: b36b105eab6fd3195f4bfba6cb5cda0f063b7460
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index b422cc738..a8c6be233 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -5235,7 +5235,7 @@ int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
** <dd>^This parameter returns the approximate number of of bytes of heap
** memory used by all pager caches associated with the database connection.
** ^The highwater mark associated with SQLITE_DBSTATUS_CACHE_USED is always 0.
-** checked out.</dd>)^
+** </dd>
** </dl>
*/
#define SQLITE_DBSTATUS_LOOKASIDE_USED 0