]> granicus.if.org Git - flex/commitdiff
fix typo which propogates out to generated scanners
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 9 Aug 2002 17:41:29 +0000 (17:41 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 9 Aug 2002 17:41:29 +0000 (17:41 +0000)
flex.skl

index 91b98ba44c5f23d2952081270167b8df5d556598..b34572fe743195580cb8412e8ea42e6ba1345cf0 100644 (file)
--- 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