From: Kazu Hirata Date: Fri, 1 Oct 2004 13:44:20 +0000 (+0000) Subject: * lex.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f90fc47705947e0dff9bb7676787d3e9c44b016;p=gcc.git * lex.c: Fix a comment typo. From-SVN: r88394 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 34984531211..089c1d272fc 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2004-10-01 Kazu Hirata + + * lex.c: Fix a comment typo. + 2004-10-01 Kazu Hirata * java-tree.h: Fix a comment typo. diff --git a/gcc/java/lex.c b/gcc/java/lex.c index 2b299eee957..7ac2d9fb5f3 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -591,7 +591,7 @@ java_peek_unicode (void) } /* Move forward one Unicode character (post-Unicode-escape-handling). - Only allowed after java_peek_unicode. The combination java_peek_uncode + Only allowed after java_peek_unicode. The combination java_peek_unicode followed by java_next_unicode is equivalent to java_get_unicode. */ static void java_next_unicode (void)