Corrections to Lemon documentation. No SQLite changes.
FossilOrigin-Name: c568ae3eef31b49e846fad90e705914e2868a09c
diff --git a/doc/lemon.html b/doc/lemon.html
index 773c68e..114526f 100644
--- a/doc/lemon.html
+++ b/doc/lemon.html
@@ -85,7 +85,7 @@
Do not generate a parser. Instead write the input grammar to standard
output with all comments, actions, and other extraneous text removed.
<li><b>-l</b>
-Omit "#line" directives int the generated parser C code.
+Omit "#line" directives in the generated parser C code.
<li><b>-m</b>
Cause the output C source code to be compatible with the "makeheaders"
program.
@@ -929,7 +929,7 @@
</pre></p>
<p>If the data type of terminals is not specified, the default value
-is "int".</p>
+is "void*".</p>
<p>Non-terminal symbols can each have their own data types. Typically
the data type of a non-terminal is a pointer to the root of a parse-tree