This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] lex.c: Fix a comment typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 01 Oct 2004 09:44:24 -0400 (EDT)
- Subject: [patch] lex.c: Fix a comment typo.
Hi,
Committed as obvious.
Kazu Hirata
2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
* lex.c: Fix a comment typo.
Index: lex.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lex.c,v
retrieving revision 1.114
diff -u -r1.114 lex.c
--- lex.c 30 Sep 2004 23:35:06 -0000 1.114
+++ lex.c 1 Oct 2004 13:39:13 -0000
@@ -591,7 +591,7 @@
}
/* 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)