]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo on a comment associated with check-in (6641) and ticket #3860. (CVS 6646)
authordrh <drh@noemail.net>
Mon, 18 May 2009 13:34:37 +0000 (13:34 +0000)
committerdrh <drh@noemail.net>
Mon, 18 May 2009 13:34:37 +0000 (13:34 +0000)
FossilOrigin-Name: 43051e0315246d734a81ccef2cf1a0cc159f239b

manifest
manifest.uuid
src/sqliteInt.h

index 7a05f2fcdfff5f45f43464b1a0ef34fd715514a2..950fe3a5a55a8c233698f4f702905868b864ef1a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sdebugging\scode\saccidently\sleft\sin\scheck-in\s(6642).\s\sTicket\s#3862.\s(CVS\s6645)
-D 2009-05-17T15:29:31
+C Fix\sa\stypo\son\sa\scomment\sassociated\swith\scheck-in\s(6641)\sand\sticket\s#3860.\s(CVS\s6646)
+D 2009-05-18T13:34:38
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -162,7 +162,7 @@ F src/select.c b51d7f64f345f90f10a1ee8df489c3eda29fa3ee
 F src/shell.c 0a11f831603f17fea20ca97133c0f64e716af4a7
 F src/sqlite.h.in 0c459a45c1047be24c6a58646e8be4d001a3a28a
 F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
-F src/sqliteInt.h f45e2a34e91803d1f10406dd73a2327bee894865
+F src/sqliteInt.h 3de645e5f55fd460d470971b05cdc0aa79398f60
 F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
 F src/status.c 237b193efae0cf6ac3f0817a208de6c6c6ef6d76
 F src/table.c cc86ad3d6ad54df7c63a3e807b5783c90411a08d
@@ -729,7 +729,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P dd665eac8c04259e44a95827ebd1f037460fe1b2
-R 539d67b9b175e92898dfc3fe63e35fff
+P 0d974613473b9d2af71638248a57036f903ef387
+R 09df808b47e81fe931aacca7591d8277
 U drh
-Z 6aa7c2d512b5df68db95e1157c71519c
+Z eb3deca17c5edd805ee4a913a717f2fa
index 54d333521ce7da29bb06c2d96a31c6b503755c18..7488595520cb3d443436dacb4363000252ad2ef3 100644 (file)
@@ -1 +1 @@
-0d974613473b9d2af71638248a57036f903ef387
\ No newline at end of file
+43051e0315246d734a81ccef2cf1a0cc159f239b
\ No newline at end of file
index db12c58a2ab603347dd40ad309e812e5479400eb..e943412b39dc3902c5effb55e86701934115c6fa 100644 (file)
@@ -11,7 +11,7 @@
 *************************************************************************
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqliteInt.h,v 1.872 2009/05/16 17:38:21 drh Exp $
+** @(#) $Id: sqliteInt.h,v 1.873 2009/05/18 13:34:38 drh Exp $
 */
 #ifndef _SQLITEINT_H_
 #define _SQLITEINT_H_
@@ -66,7 +66,7 @@
 **
 ** Ticket #3860:  The llvm-gcc-4.2 compiler from Apple chokes on
 ** the ((void*)&((char*)0)[X]) construct.  But MSVC chokes on ((void*)(X)).
-** We we have to define the macros in different ways depending on the
+** So we have to define the macros in different ways depending on the
 ** compiler.
 */
 #if defined(__GNUC__)