summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-05-13 17:24:55 -0400
committerWill Estes <westes575@gmail.com>2017-05-13 17:24:55 -0400
commit596a221844c8b13696f83183f44d3fcc7184f464 (patch)
treed411059e6bfb132151786e4b517ba4c6969b057a
parent0be31989084e3a3265a9b34bf64bf8784779cb67 (diff)
scanner: corrected typo
-rw-r--r--src/flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flex.skl b/src/flex.skl
index 786c977..1191c50 100644
--- a/src/flex.skl
+++ b/src/flex.skl
@@ -15,7 +15,7 @@
%# The quoting is "[[" and "]]" so we don't interfere with
%# user code.
%#
-%# All generate macros for the m4 stage contain the text "m4" or "M4"
+%# All generated macros for the m4 stage contain the text "m4" or "M4"
%# in them. This is to distinguish them from CPP macros.
%# The exception to this rule is YY_G, which is an m4 macro,
%# but it needs to be remain short because it is used everywhere.