]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in a comment inserted by the amalgamation builder.
authordrh <drh@noemail.net>
Sun, 31 Oct 2010 22:42:27 +0000 (22:42 +0000)
committerdrh <drh@noemail.net>
Sun, 31 Oct 2010 22:42:27 +0000 (22:42 +0000)
Typo reported on the mailing list.

FossilOrigin-Name: 6a6bb6ce733b421b42fa251dbda7fb19f72361ff

manifest
manifest.uuid
tool/mksqlite3c.tcl

index 4588df43808837618917ce921d910436e004328a..bb9290c1bc15a782fd258e9472d64ad8046079a2 100644 (file)
--- 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-----
index b8253323102089a6fa57b91e4d6ee096c4069e5b..c4f4a302401eee67ff8b9f02f9f909db0d1e33be 100644 (file)
@@ -1 +1 @@
-b770290561f5450e4d985ca0050ef5eb01657c80
\ No newline at end of file
+6a6bb6ce733b421b42fa251dbda7fb19f72361ff
\ No newline at end of file
index da31306963e5852e0c065e15a049523ec7d45197..c3216f6e276c117380448a5b021055045d95fe99 100644 (file)
@@ -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