summaryrefslogtreecommitdiff
path: root/wiretap/ascend.y
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascend.y')
-rw-r--r--wiretap/ascend.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ascend.y b/wiretap/ascend.y
index 31f9cbc88e..a746f23cd7 100644
--- a/wiretap/ascend.y
+++ b/wiretap/ascend.y
@@ -19,7 +19,7 @@
%lex-param {void *yyscanner}
/*
- * And we need to pass the parser state to the scanner.
+ * And we need to pass the parser/scanner state to the parser.
*/
%parse-param {ascend_state_t *parser_state}