]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in comments in FTS3 implementation. (CVS 6178)
authordrh <drh@noemail.net>
Wed, 14 Jan 2009 18:59:41 +0000 (18:59 +0000)
committerdrh <drh@noemail.net>
Wed, 14 Jan 2009 18:59:41 +0000 (18:59 +0000)
FossilOrigin-Name: b0f066630c35c4947d3ecd29d32d91036da19e94

ext/fts3/fts3.c
manifest
manifest.uuid

index 3ceadcfafa00e07227451ef5c9ed6b999df23105..260b17c1b6b66bbb3c375a3a0bb9567009c88192 100644 (file)
 **
 **
 **** Segment merging ****
-** To amortize update costs, segments are groups into levels and
-** merged in matches.  Each increase in level represents exponentially
+** To amortize update costs, segments are grouped into levels and
+** merged in batches.  Each increase in level represents exponentially
 ** more documents.
 **
 ** New documents (actually, document updates) are tokenized and
index 30bcf149f4f8aaf6b6c76d86ba0f97428c3b99f7..b13e29c689c6ad780127c23ea42f8dc5d50036f1 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Increment\sthe\sversion\snumber\sin\spreparation\sfor\syet\sanother\srelease.\s(CVS\s6177)
-D 2009-01-14T18:59:12
+C Fix\stypos\sin\scomments\sin\sFTS3\simplementation.\s(CVS\s6178)
+D 2009-01-14T18:59:41
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 05461a9b5803d5ad10c79f989801e9fd2cc3e592
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -53,7 +53,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 4e0d3b1b8ad133e0cd641e9eaa56015ad0466cd6
+F ext/fts3/fts3.c da5420cab3ab50706046c313950b4092b8a735f9
 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe
 F ext/fts3/fts3_expr.c 98fe92f6888c306734ed9332a24383dde77c25aa
 F ext/fts3/fts3_expr.h b5412dcf565c6d90d6a8c22090ceb9ed8c745634
@@ -697,7 +697,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P b7d2a477aa2c3dbbb81d18fba1faa6835711b5c3
-R c2ce44e2afb461759d8bf0bdbc190c9f
+P dce60ea764ae50f1008d178029eff5b3959eca38
+R d5048bddda310d85866608242e21adad
 U drh
-Z d4f6569225c38acb501f2cb4c9970ada
+Z aa2bc339d080c32f0c3e80a1205aa7c9
index 592f953017dedde153ad6f67fa4ced8bc8692bb6..56e7c2bd57673762213a2becf83fb4c5e919652c 100644 (file)
@@ -1 +1 @@
-dce60ea764ae50f1008d178029eff5b3959eca38
\ No newline at end of file
+b0f066630c35c4947d3ecd29d32d91036da19e94
\ No newline at end of file