use new firm timing facilities
[cparser] / lexer.c
diff --git a/lexer.c b/lexer.c
index 4b86a38..8cf2d71 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -1314,7 +1314,7 @@ static void parse_preprocessor_directive(void)
                parse_line_directive();
                break;
        case '\n':
-               /* NULL directive, see § 6.10.7 */
+               /* NULL directive, see Â§ 6.10.7 */
                break;
        default:
                parse_error("invalid preprocessor directive");