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

Fix a typo in a comment in btree.c. No changes to code.

FossilOrigin-Name: 722c12816347ee9fce7a090cfebef2c5841e7445
This commit is contained in:
drh
2016-08-03 14:51:16 +00:00
parent a36e01a772
commit c0d269e96c
3 changed files with 8 additions and 8 deletions

View File

@@ -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 {