]> granicus.if.org Git - flex/commitdiff
fix parameter name in comment (patch from Manoj Srivastava from the debian patchset
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Apr 2007 10:59:03 +0000 (10:59 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Apr 2007 10:59:03 +0000 (10:59 +0000)
flex.skl

index 4651861ed87443ce2a4047a820d4a917e14dad18..bc455e68088d2a0ae2b3cfc69be61a4bd2c4c74e 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -2289,7 +2289,7 @@ m4_ifdef( [[M4_YY_NO_SCAN_STRING]],,
 %if-c-only
 /** Setup the input buffer state to scan a string. The next call to yylex() will
  * scan from a @e copy of @a str.
- * @param str a NUL-terminated string to scan
+ * @param yystr a NUL-terminated string to scan
  * M4_YY_DOC_PARAM
  * @return the newly allocated buffer state object.
  * @note If you want to scan bytes that may contain NUL values, then use