This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]