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

Comment changes. No changes to code. (CVS 2775)

FossilOrigin-Name: 786e23b2959c6103bfc0b45535afc49f22bc8a67
This commit is contained in:
drh
2005-11-24 14:34:36 +00:00
parent 3a4a2d40e1
commit 31beae983e
4 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
** May you share freely, never taking more than you give.
**
*************************************************************************
** $Id: btree.c,v 1.271 2005/11/24 14:24:28 drh Exp $
** $Id: btree.c,v 1.272 2005/11/24 14:34:36 drh Exp $
**
** This file implements a external (disk-based) database using BTrees.
** For a detailed discussion of BTrees, refer to
@@ -794,7 +794,7 @@ static void _pageIntegrity(MemPage *pPage){
** Defragment the page given. All Cells are moved to the
** end of the page and all free space is collected into one
** big FreeBlk that occurs in between the header and cell
** index and the cell data.
** pointer array and the cell content area.
*/
static int defragmentPage(MemPage *pPage){
int i; /* Loop counter */