From: drh Date: Mon, 9 Aug 2010 14:26:32 +0000 (+0000) Subject: Fix two comment typos that were reported on the mailing list. X-Git-Tag: version-3.7.2~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f053d5b6c76bcc91e40593758e75fcdbee3a5ac1;p=thirdparty%2Fsqlite.git Fix two comment typos that were reported on the mailing list. FossilOrigin-Name: 88bf9016277c133dfbf4f4b2be0c35c9fe9fabd6 --- diff --git a/ext/fts3/fts3.c b/ext/fts3/fts3.c index fe347ba3ec..16c95edae4 100644 --- a/ext/fts3/fts3.c +++ b/ext/fts3/fts3.c @@ -2653,7 +2653,7 @@ static void hashDestroy(void *p){ ** used to retrieve the respective implementations. ** ** Calling sqlite3Fts3SimpleTokenizerModule() sets the value pointed -** to by the argument to point a the "simple" tokenizer implementation. +** to by the argument to point to the "simple" tokenizer implementation. ** Function ...PorterTokenizerModule() sets *pModule to point to the ** porter tokenizer/stemmer implementation. */ diff --git a/manifest b/manifest index 901376393e..0a43c337d6 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -C Remove\sall\svestiges\sof\sctype.h\sfrom\sFTS3. -D 2010-08-06T19:00:12 +C Fix\stwo\scomment\stypos\sthat\swere\sreported\son\sthe\smailing\slist. +D 2010-08-09T14:26:33 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in ec08dc838fd8110fe24c92e5130bcd91cbb1ff2e F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -63,7 +60,7 @@ F ext/fts2/mkfts2amal.tcl 974d5d438cb3f7c4a652639262f82418c1e4cff0 F ext/fts3/README.syntax a19711dc5458c20734b8e485e75fb1981ec2427a F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d -F ext/fts3/fts3.c 9dec342fa1cf0914da679a3b7c0d4b53a27883ba +F ext/fts3/fts3.c e818310c473d7703f7818887a3537ec42ae0d528 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe F ext/fts3/fts3Int.h 70528ba8c33991699f96ecc64112122833cdbdb5 F ext/fts3/fts3_expr.c 42d5697731cd30fbeabd081bb3e6d3df5531f606 @@ -171,7 +168,7 @@ F src/printf.c 8ae5082dd38a1b5456030c3755ec3a392cd51506 F src/random.c cd4a67b3953b88019f8cd4ccd81394a8ddfaba50 F src/resolve.c 1c0f32b64f8e3f555fe1f732f9d6f501a7f05706 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697 -F src/select.c 74fef1334bec27e606ef0b19e5c41cd0a639e69c +F src/select.c 4b8f481406c7fd2672abf715a2acaed8f9cde046 F src/shell.c 8517fc1f9c59ae4007e6cc8b9af91ab231ea2056 F src/sqlite.h.in ae47c9a641c0ce766719aa4657e26b319d253c8c F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89 @@ -844,14 +841,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 698fba826e40ce6414cf6c261441d68b174c1637 -R d1c3acba9d17e2a6195139457b0f8a0c +P b8b465ed2c56b23b50334680a2a940885b1ac530 +R 009e18d0ac044d656c384312dc29132f U drh -Z b03f5d3d02d0448f3b5b5b106b20d50e ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.6 (GNU/Linux) - -iD8DBQFMXFvAoxKgR168RlERAgErAJ0aaOhg70i98cKm/RR+yqQ0GisxQgCcDQWF -u8dUrDhb4JsjIhV8JllIlg0= -=tPRq ------END PGP SIGNATURE----- +Z 0f3f18b1ce0c35872720154e8bf6e99f diff --git a/manifest.uuid b/manifest.uuid index 7f5e818867..c9f9bf0f39 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b8b465ed2c56b23b50334680a2a940885b1ac530 \ No newline at end of file +88bf9016277c133dfbf4f4b2be0c35c9fe9fabd6 \ No newline at end of file diff --git a/src/select.c b/src/select.c index b3aa3d7ca2..4550be6005 100644 --- a/src/select.c +++ b/src/select.c @@ -1798,7 +1798,7 @@ multi_select_end: ** regReturn is the number of the register holding the subroutine ** return address. ** -** If regPrev>0 then it is a the first register in a vector that +** If regPrev>0 then it is the first register in a vector that ** records the previous output. mem[regPrev] is a flag that is false ** if there has been no previous output. If regPrev>0 then code is ** generated to suppress duplicates. pKeyInfo is used for comparing