OSDN Git Service

* lex.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 2004 13:44:20 +0000 (13:44 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 2004 13:44:20 +0000 (13:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88394 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3498453..089c1d2 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2004-09-30  Per Bothner  <per@bothner.com>
index 2b299ee..7ac2d9f 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)