diff options
Diffstat (limited to 'src/build.c')
-rw-r--r-- | src/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build.c b/src/build.c index 84fb23c3f..d08627cd1 100644 --- a/src/build.c +++ b/src/build.c @@ -22,7 +22,7 @@ ** COMMIT ** ROLLBACK ** -** $Id: build.c,v 1.499 2008/10/22 10:45:38 danielk1977 Exp $ +** $Id: build.c,v 1.500 2008/11/03 20:55:07 drh Exp $ */ #include "sqliteInt.h" #include <ctype.h> @@ -3057,7 +3057,7 @@ SrcList *sqlite3SrcListAppend( } /* -** Assign cursors to all tables in a SrcList +** Assign VdbeCursor index numbers to all tables in a SrcList */ void sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList){ int i; |