* lex.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 1 Oct 2004 13:44:20 +0000 (13:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 1 Oct 2004 13:44:20 +0000 (13:44 +0000)
From-SVN: r88394

gcc/java/ChangeLog
gcc/java/lex.c

index 349845312119b8d027a087405d28fbf103311ac1..089c1d272fc1252434e98e42624ae5ccd77365d6 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * lex.c: Fix a comment typo.
+
 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
 
        * java-tree.h: Fix a comment typo.
index 2b299eee9579b7abc4221c7c5fad092cacb83f20..7ac2d9fb5f3a151cd389f82f2a8f9fe2ca60478a 100644 (file)
@@ -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)