From: jplyon Date: Mon, 19 Jan 2004 04:55:56 +0000 (+0000) Subject: comment typos (CVS 1191) X-Git-Tag: version-3.6.10~4877 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfa5684d475c9d01778aa2a19a01f81d4c4b50fa;p=thirdparty%2Fsqlite.git comment typos (CVS 1191) FossilOrigin-Name: de35c36ed7657903ebba0c5acff75baaa0453f87 --- diff --git a/manifest b/manifest index 36e2c3d57d..58a8529576 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C coment\stypo\s(CVS\s1190) -D 2004-01-19T04:54:29 +C comment\stypos\s(CVS\s1191) +D 2004-01-19T04:55:56 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -26,7 +26,7 @@ F src/auth.c c59ad0dab501888f8b1fccc25e2f5965d2265116 F src/btree.c 9ab30f0504ef69ba4cba2f264d8096c5abc2b7b8 F src/btree.h 9b7c09f1e64274d7bb74a57bbfc63778f67b1048 F src/btree_rb.c 50210dfd2a5f410c8624ef8fde8e82babd376d9f -F src/build.c 4b95b200515d1f6ffc4ae60d5d57380afa0b4081 +F src/build.c 0fdb0ce4bd87419b3930d0279e8277c4f9f69c1f F src/copy.c 9e47975ea96751c658bcf1a0c4f0bb7c6ee61e73 F src/date.c c6b7e3fa5364d50fe19641882194f3c75364a5af F src/delete.c 0778fe05df0a1d62ac27fd1a3dba237c186ff4d1 @@ -180,7 +180,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 -P 8210b2d818ab83a97b3b71b432770436116f4770 -R 10b4412e61009d0846d9284ad1d8f0ca +P 0d2683dc5ecb886ae9625484b51e65df49b3235d +R 203cc465a47717ce24d2d19ccf38f702 U jplyon -Z 3fc49c5ad5498aa46abf6f4fb14ba101 +Z dbd68a45967f0a84beda668c59e1a249 diff --git a/manifest.uuid b/manifest.uuid index 418ea0f2b3..ec3987830a 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0d2683dc5ecb886ae9625484b51e65df49b3235d \ No newline at end of file +de35c36ed7657903ebba0c5acff75baaa0453f87 \ No newline at end of file diff --git a/src/build.c b/src/build.c index b0f8ce6df9..20d5748185 100644 --- a/src/build.c +++ b/src/build.c @@ -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 @@ -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;