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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user