1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Another comment typo. Also #2660. (CVS 4444)

FossilOrigin-Name: 0c1e6f69cd55ced4af5dcfbeff04820ba0d5b051
This commit is contained in:
danielk1977
2007-09-21 04:28:16 +00:00
parent 6eb91d20a4
commit aaa40c1c8f
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
C Fix\sa\stypo\sin\scomments.\sTicket\s#2660.\s(CVS\s4443) C Another\scomment\stypo.\sAlso\s#2660.\s(CVS\s4444)
D 2007-09-21T04:27:03 D 2007-09-21T04:28:16
F Makefile.in cbfb898945536a8f9ea8b897e1586dd1fdbcc5db F Makefile.in cbfb898945536a8f9ea8b897e1586dd1fdbcc5db
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -132,7 +132,7 @@ F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
F src/shell.c 82089379833e361ba8a2ae65316a2173785300c0 F src/shell.c 82089379833e361ba8a2ae65316a2173785300c0
F src/sqlite.h.in 4ebbcb5a784493b6afb36fd83101e9c2e6d56707 F src/sqlite.h.in 4ebbcb5a784493b6afb36fd83101e9c2e6d56707
F src/sqlite3ext.h a93f59cdee3638dc0c9c086f80df743a4e68c3cb F src/sqlite3ext.h a93f59cdee3638dc0c9c086f80df743a4e68c3cb
F src/sqliteInt.h 3bd074087852e6efa56df64926971b8af751bf35 F src/sqliteInt.h ab7d3169cbfa911335fd94a61f22f052a9f5adeb
F src/sqliteLimit.h 1bcbbdfa856f8b71b561abb31edb864b0eca1d12 F src/sqliteLimit.h 1bcbbdfa856f8b71b561abb31edb864b0eca1d12
F src/table.c 1aeb9eab57b4235db86fe15a35dec76fb445a9c4 F src/table.c 1aeb9eab57b4235db86fe15a35dec76fb445a9c4
F src/tclsqlite.c 9659ec914abfdb35e184eee908d07eba11a39018 F src/tclsqlite.c 9659ec914abfdb35e184eee908d07eba11a39018
@@ -580,7 +580,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P aa61b244252399cce3b9c1ece9c6816ae9cb6717 P 02c8d60bea36825c1c763bbf2c6107869915aafd
R bb6e7566cd059ab9326ae8d4e1adbd88 R 26f60cec43fbbd2fed153e354fa71efb
U danielk1977 U danielk1977
Z 2a611a45ccc1d1bb4929949e58fbdfb4 Z 0d7ecaf11718e90dcf428c6ef77ca563

View File

@@ -1 +1 @@
02c8d60bea36825c1c763bbf2c6107869915aafd 0c1e6f69cd55ced4af5dcfbeff04820ba0d5b051

View File

@@ -11,7 +11,7 @@
************************************************************************* *************************************************************************
** Internal interface definitions for SQLite. ** Internal interface definitions for SQLite.
** **
** @(#) $Id: sqliteInt.h,v 1.609 2007/09/18 15:55:07 drh Exp $ ** @(#) $Id: sqliteInt.h,v 1.610 2007/09/21 04:28:16 danielk1977 Exp $
*/ */
#ifndef _SQLITEINT_H_ #ifndef _SQLITEINT_H_
#define _SQLITEINT_H_ #define _SQLITEINT_H_
@@ -794,7 +794,7 @@ struct FKey {
}; };
/* /*
** SQLite supports many different ways to resolve a contraint ** SQLite supports many different ways to resolve a constraint
** error. ROLLBACK processing means that a constraint violation ** error. ROLLBACK processing means that a constraint violation
** causes the operation in process to fail and for the current transaction ** causes the operation in process to fail and for the current transaction
** to be rolled back. ABORT processing means the operation in process ** to be rolled back. ABORT processing means the operation in process