From: drh Date: Sun, 31 Oct 2010 22:42:27 +0000 (+0000) Subject: Fix a typo in a comment inserted by the amalgamation builder. X-Git-Tag: version-3.7.4~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ee6862072f26c4c4f0043a0e80ccf7de18db343;p=thirdparty%2Fsqlite.git Fix a typo in a comment inserted by the amalgamation builder. Typo reported on the mailing list. FossilOrigin-Name: 6a6bb6ce733b421b42fa251dbda7fb19f72361ff --- diff --git a/manifest b/manifest index 4588df4380..bb9290c1bc 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,8 @@ -C Test\scases\sand\sminor\schanges\sto\smake\sfts3\smore\srobust\sin\sthe\sface\sof\sa\scorrupt\sdatabase. -D 2010-10-30T15:21:13 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +C Fix\sa\stypo\sin\sa\scomment\sinserted\sby\sthe\samalgamation\sbuilder.\nTypo\sreported\son\sthe\smailing\slist. +D 2010-10-31T22:42:27 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2c8cefd962eca0147132c7cf9eaa4bb24c656f3f F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -858,7 +861,7 @@ F tool/lempar.c 01ca97f87610d1dac6d8cd96ab109ab1130e76dc F tool/mkkeywordhash.c d2e6b4a5965e23afb80fbe74bb54648cd371f309 F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97 -F tool/mksqlite3c.tcl aff0d53f0e84cf919922c0d02e767bdf5eeafb90 +F tool/mksqlite3c.tcl e0db70c2c52b0e3d0867ca931229e5b90ffe7837 F tool/mksqlite3h.tcl 03b6ca938c833814923674d8a160e91fcedb4571 F tool/mksqlite3internalh.tcl 7b43894e21bcb1bb39e11547ce7e38a063357e87 F tool/omittest.tcl 27d6f6e3b1e95aeb26a1c140e6eb57771c6d794a @@ -881,7 +884,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 252f0e457d3e33404df87d3e6c44ede61b78319c -R d97d2b9a5a48009c2b60d357c8a6ddd6 -U dan -Z 94cd3ec190765a4d38e20b4294999730 +P b770290561f5450e4d985ca0050ef5eb01657c80 +R 0066c7507b3787484199d5713e301eba +U drh +Z 518abb20b907452fefb0bf3d4e5be8b2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.6 (GNU/Linux) + +iD8DBQFMzfDXoxKgR168RlERAptCAJ0bpJnnbN7s+ELi5G7I2VyamJbWmwCgiWIX +eybVTpD92vr0uRS5dIlQM6I= +=rz7q +-----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index b825332310..c4f4a30240 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b770290561f5450e4d985ca0050ef5eb01657c80 \ No newline at end of file +6a6bb6ce733b421b42fa251dbda7fb19f72361ff \ No newline at end of file diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index da31306963..c3216f6e27 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -54,7 +54,7 @@ puts $out [subst \ ** single large file, the entire code can be compiled as a one translation ** unit. This allows many compilers to do optimizations that would not be ** possible if the files were compiled separately. Performance improvements -** of 5% are more are commonly seen when SQLite is compiled as a single +** of 5% or more are commonly seen when SQLite is compiled as a single ** translation unit. ** ** This file is all you need to compile SQLite. To use SQLite in other