aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2005-01-08 15:43:18 +0000
committerdrh <drh@noemail.net>2005-01-08 15:43:18 +0000
commit4b238dfb801c6c7840b926ef2e73a4ce9113a9de (patch)
tree64ea62991f8d87c5bb09a891fe0f55ef1c208d5a /src
parent42741be968159989ab8003d3add13c19637a55cc (diff)
downloadsqlite-4b238dfb801c6c7840b926ef2e73a4ce9113a9de.tar.gz
sqlite-4b238dfb801c6c7840b926ef2e73a4ce9113a9de.zip
Fix a comment. (CVS 2184)
FossilOrigin-Name: 26fbac8f031b305fe98add4422ab606ed116844a
Diffstat (limited to 'src')
-rw-r--r--src/btree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btree.c b/src/btree.c
index 30db93f0b..51c208f93 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -9,7 +9,7 @@
** May you share freely, never taking more than you give.
**
*************************************************************************
-** $Id: btree.c,v 1.227 2005/01/08 12:42:39 danielk1977 Exp $
+** $Id: btree.c,v 1.228 2005/01/08 15:43:19 drh Exp $
**
** This file implements a external (disk-based) database using BTrees.
** For a detailed discussion of BTrees, refer to
@@ -3432,7 +3432,7 @@ static void dropCell(MemPage *pPage, int idx, int sz){
**
** If nSkip is non-zero, then do not copy the first nSkip bytes of the
** cell. The caller will overwrite them after this function returns. If
-** nSkip is non-zero, then pCell may not point to a valid memory location
+** nSkip is non-zero, then pCell may not point to an invalid memory location
** (but pCell+nSkip is always valid).
*/
static int insertCell(