Fix the header comment on the sqldiff utility program. No code changes.

FossilOrigin-Name: b355ca3a3f617cd6d4c45c8e27ecd75d9e68b792
This commit is contained in:
drh 2015-04-17 12:16:09 +00:00
parent e318a7f84c
commit 50be9c4b28
3 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Restrict\sthe\sscope\sof\sa\slocal-use\sfunction\sin\sthe\sparser.
D 2015-04-16T23:04:17.948
C Fix\sthe\sheader\scomment\son\sthe\ssqldiff\sutility\sprogram.\s\sNo\scode\schanges.
D 2015-04-17T12:16:09.669
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 5f78b1ab81b64e7c57a75d170832443e66c0880a
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -1239,7 +1239,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c
F tool/sqldiff.c 5c16cf3a1f566873abbdecac0d13a6691437564f
F tool/sqldiff.c 393b0f5b17ef29341664563a90d40ee63a0a18f7
F tool/stack_usage.tcl f8e71b92cdb099a147dad572375595eae55eca43
F tool/symbols-mingw.sh 4dbcea7e74768305384c9fd2ed2b41bbf9f0414d
F tool/symbols.sh fec58532668296d7c7dc48be9c87f75ccdb5814f
@ -1250,7 +1250,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P e94b2ef2242d716379a35dba3d2df1ac512c8d30
R 70b7123ef26fc35932871334bf1b767b
P cd6598f47480a6189df3e4283231833fd246d7fb
R bfdce473d247dbaaedf4cb00e3a28380
U drh
Z 97923746cc2f7b18a22c50ab5601a1cf
Z c972653cce57a7491204b613b522cd75

View File

@ -1 +1 @@
cd6598f47480a6189df3e4283231833fd246d7fb
b355ca3a3f617cd6d4c45c8e27ecd75d9e68b792

View File

@ -10,8 +10,13 @@
**
*************************************************************************
**
** This is a utility problem that computes the differences in content
** This is a utility program that computes the differences in content
** between two SQLite databases.
**
** To compile, simply link against SQLite.
**
** See the showHelp() routine below for a brief description of how to
** run the utility.
*/
#include <stdio.h>
#include <stdlib.h>