1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a harmless comment typo. No code changes.

FossilOrigin-Name: ae6876521819e7a8ce473c8f96617cba35e2156d
This commit is contained in:
drh
2015-06-15 16:09:35 +00:00
parent f5ed7ad63e
commit 3e24a34324
3 changed files with 8 additions and 8 deletions

View File

@@ -1441,7 +1441,7 @@ static int freeSpace(MemPage *pPage, u16 iStart, u16 iSize){
/* At this point:
** iFreeBlk: First freeblock after iStart, or zero if none
** iPtr: The address of a pointer iFreeBlk
** iPtr: The address of a pointer to iFreeBlk
**
** Check to see if iFreeBlk should be coalesced onto the end of iStart.
*/