summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2007-04-23 10:59:03 +0000
committerwlestes <wlestes>2007-04-23 10:59:03 +0000
commit555f52604a188512eef8ea23c9fb94bed5ea8321 (patch)
tree85e53274ac67b97487752149d0dd42b1f0357d4c
parent6c8804757b88752b0d51dc732dab81cd6929b596 (diff)
downloadflex-555f52604a188512eef8ea23c9fb94bed5ea8321.tar.gz
fix parameter name in comment (patch from Manoj Srivastava from the debian patchset
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index 4651861..bc455e6 100644
--- 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