From 945cceccb5555d329ea137bea863725140e524cc Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 26 Jan 1989 14:47:03 +0000 Subject: [PATCH] replaced Dutch comment --- util/ceg/as_parser/pars.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ceg/as_parser/pars.g b/util/ceg/as_parser/pars.g index c39a9280b..9b3348762 100644 --- a/util/ceg/as_parser/pars.g +++ b/util/ceg/as_parser/pars.g @@ -187,7 +187,7 @@ int lex_analyzer() } else { tok = yylex(); - yytext[yyleng] = '\0'; /* strings moeten op een '\0' eindigen */ + yytext[yyleng] = '\0'; /* strings must end with '\0' */ return( tok); } } -- 2.34.1