summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-08-09 17:41:29 +0000
committerwlestes <wlestes>2002-08-09 17:41:29 +0000
commit924d8a2bfb2d4a2bc0dd6e53ad954ee676e9ea25 (patch)
treedf74130133741ffdb0c15c1f32b121013fe27761 /flex.skl
parent46b0c7e51677e2a5b0d3a5c7e0ef40119fe7b6f2 (diff)
downloadflex-924d8a2bfb2d4a2bc0dd6e53ad954ee676e9ea25.tar.gz
fix typo which propogates out to generated scanners
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index 91b98ba..b34572f 100644
--- a/flex.skl
+++ b/flex.skl
@@ -179,7 +179,7 @@ int yylex_init YY_PARAMS((yyscan_t* scanner));
* yyscan_t yyscanner;
*/
#ifdef YY_TRADITIONAL_FUNC_DEFS
-/* Generate rtaditional function defs */
+/* Generate traditional function defs */
#define YYFARGS0(v) (YY_DEF_ONLY_ARG) YY_DECL_LAST_ARG
#define YYFARGS1(t1,n1) (n1 YY_DEF_LAST_ARG) t1 n1; YY_DECL_LAST_ARG
#define YYFARGS2(t1,n1,t2,n2) (n1,n2 YY_DEF_LAST_ARG) t1 n1; t2 n2; YY_DECL_LAST_ARG