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

Fix a harmless typo in a comment.

FossilOrigin-Name: b2a201f1b5dc2fc94b360df4807c108fac47db2399edd8763efbdd66b71ffe5f
This commit is contained in:
drh
2020-11-24 19:55:49 +00:00
parent f5c3a75b63
commit a7fc1686e4
3 changed files with 9 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ int sqlite3_enable_shared_cache(int enable){
#ifdef SQLITE_DEBUG
/*
** Return an reset the seek counter for a Btree object.
** Return and reset the seek counter for a Btree object.
*/
sqlite3_uint64 sqlite3BtreeSeekCount(Btree *pBt){
u64 n = pBt->nSeek;