diff options
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r-- | gcc/java/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c index df15a8f..dae7ce7 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -379,7 +379,7 @@ java_lineterminator (c) } /* Parse the end of a C style comment. - * C is the first character after the '/*'. */ + * C is the first character following the '/' and '*'. */ static void java_parse_end_comment (c) unicode_t c; |