]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a comment typo in the lempar.c template that was missed by the prior
authordrh <drh@noemail.net>
Mon, 9 Nov 2015 19:35:18 +0000 (19:35 +0000)
committerdrh <drh@noemail.net>
Mon, 9 Nov 2015 19:35:18 +0000 (19:35 +0000)
check-in.

FossilOrigin-Name: c4a7e93fca622fd11a6e16161fbd2f39c2575f00

manifest
manifest.uuid
tool/lempar.c

index 09c98aaddf69c968de57c94119d1d70df563aec1..898e6a7736e782b711e8ebc04f623bedffea914f 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Change\sthe\sparser\sto\suse\sthe\sstandard\s"lempar.c"\stemplate\sover\sin\sthe\stool/\nfolder\srather\sthan\sthe\scustomized\s"lempar.c"\sfound\sin\ssrc/.
-D 2015-11-09T19:33:42.333
+C Fix\sa\scomment\stypo\sin\sthe\slempar.c\stemplate\sthat\swas\smissed\sby\sthe\sprior\ncheck-in.
+D 2015-11-09T19:35:18.284
 F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc e928e68168df69b353300ac87c10105206653a03
@@ -1356,7 +1356,7 @@ F tool/genfkey.README cf68fddd4643bbe3ff8e31b8b6d8b0a1b85e20f4
 F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5
 F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce
 F tool/lemon.c 799e73e19a33b8dd7767a7fa34618ed2a9c2397d
-F tool/lempar.c 586bd85c5840a69f7f5f5e1ea23c16a2c6f6d724
+F tool/lempar.c 02cd882bd3144a5e25c86c652af49a6bc07baeae
 F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862
 F tool/logest.c eef612f8adf4d0993dafed0416064cf50d5d33c6
 F tool/mkautoconfamal.sh 4bdf61548a143e5977bd86ab93d68b694d10c8fa
@@ -1402,7 +1402,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 0557a179f932296cc1fd5217f9a0d2f74e34ce1d
-R 35d70dd8e88f4fe91342592b77f63958
+P 0a72991f4e54548f6c3268c5a9cac1c8d6437d26
+R 8fab66a5e8d9eb9e711e67490ab1fb25
 U drh
-Z 3f3cd24eab0db5510bf6fee027109bd0
+Z b603d5d9eb956db724fe6f00475658c3
index 78e17aab36b866ec9f1b35800cf33a4226066ccf..58748396f4720b94bbd7ba341d1a2ff0ba5f50b2 100644 (file)
@@ -1 +1 @@
-0a72991f4e54548f6c3268c5a9cac1c8d6437d26
\ No newline at end of file
+c4a7e93fca622fd11a6e16161fbd2f39c2575f00
\ No newline at end of file
index 19da6dd37101db487f3bf5a8f153316368aa1235..1229646494ed053486db1ae1fa86ae38a7d25a42 100644 (file)
@@ -32,7 +32,8 @@
 ***************** Begin makeheaders token definitions *************************/
 %%
 /**************** End makeheaders token definitions ***************************/
-/* The next sections is a serices of control #defines.
+
+/* The next sections is a series of control #defines.
 ** various aspects of the generated parser.
 **    YYCODETYPE         is the data type used to store the integer codes
 **                       that represent terminal and non-terminal symbols.