* lex.c: Fix a comment typo.

From-SVN: r88394
This commit is contained in:
Kazu Hirata 2004-10-01 13:44:20 +00:00 committed by Kazu Hirata
parent 0690a9f4c5
commit 5f90fc4770
2 changed files with 5 additions and 1 deletions

View 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.

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