From 555f52604a188512eef8ea23c9fb94bed5ea8321 Mon Sep 17 00:00:00 2001 From: wlestes Date: Mon, 23 Apr 2007 10:59:03 +0000 Subject: fix parameter name in comment (patch from Manoj Srivastava from the debian patchset --- flex.skl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1