diff options
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/mix_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/mix_parser.c b/mixlib/mix_parser.c index 84ce09d..2087f15 100644 --- a/mixlib/mix_parser.c +++ b/mixlib/mix_parser.c @@ -26,7 +26,7 @@ #include "mix_code_file.h" #include "xmix_parser.h" -/* The flex-generated scanner, according to file mix_parser.l */ +/* The flex-generated scanner, according to file mix_scanner.l */ extern mix_parser_err_t mix_flex_scan (mix_parser_t *parser); |