aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-08-03 14:51:16 +0000
committerdrh <drh@noemail.net>2016-08-03 14:51:16 +0000
commitc0d269e96ca1591110c67ce08958588582abc3cc (patch)
tree5c584d1b1857435aa6cfe8bf9886dc3a39aa5447 /src
parenta36e01a7723ebb700fec0b9e3d428d24998e0035 (diff)
downloadsqlite-c0d269e96ca1591110c67ce08958588582abc3cc.tar.gz
sqlite-c0d269e96ca1591110c67ce08958588582abc3cc.zip
Fix a typo in a comment in btree.c. No changes to code.
FossilOrigin-Name: 722c12816347ee9fce7a090cfebef2c5841e7445
Diffstat (limited to 'src')
-rw-r--r--src/btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree.c b/src/btree.c
index 8ea20b9ad..841aee946 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -6385,7 +6385,7 @@ static void insertCell(
/*
** A CellArray object contains a cache of pointers and sizes for a
-** consecutive sequence of cells that might be held multiple pages.
+** consecutive sequence of cells that might be held on multiple pages.
*/
typedef struct CellArray CellArray;
struct CellArray {