1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-19 21:43:15 +03:00

comment typos (CVS 1191)

FossilOrigin-Name: de35c36ed7657903ebba0c5acff75baaa0453f87
This commit is contained in:
jplyon
2004-01-19 04:55:56 +00:00
parent 8bc03a7acd
commit cfa5684d47
3 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
** ROLLBACK
** PRAGMA
**
** $Id: build.c,v 1.163 2004/01/16 20:01:31 drh Exp $
** $Id: build.c,v 1.164 2004/01/19 04:55:56 jplyon Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>
@@ -240,7 +240,7 @@ void sqliteUnlinkAndDeleteIndex(sqlite *db, Index *pIndex){
**
** If iDb<=0 then reset the internal schema tables for all database
** files. If iDb>=2 then reset the internal schema for only the
** single file indicates.
** single file indicated.
*/
void sqliteResetInternalSchema(sqlite *db, int iDb){
HashElem *pElem;
@@ -1098,7 +1098,7 @@ void sqliteCreateView(
/*
** The Table structure pTable is really a VIEW. Fill in the names of
** the columns of the view in the pTable structure. Return the number
** of errors. If an error is seen leave an error message in pPare->zErrMsg.
** of errors. If an error is seen leave an error message in pParse->zErrMsg.
*/
int sqliteViewGetColumnNames(Parse *pParse, Table *pTable){
ExprList *pEList;