Commit 5f90fc47 by Kazu Hirata Committed by Kazu Hirata

* lex.c: Fix a comment typo.

From-SVN: r88394
parent 0690a9f4
2004-10-01 Kazu Hirata <kazu@cs.umass.edu> 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. * java-tree.h: Fix a comment typo.
2004-09-30 Per Bothner <per@bothner.com> 2004-09-30 Per Bothner <per@bothner.com>
......
...@@ -591,7 +591,7 @@ java_peek_unicode (void) ...@@ -591,7 +591,7 @@ java_peek_unicode (void)
} }
/* Move forward one Unicode character (post-Unicode-escape-handling). /* 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. */ followed by java_next_unicode is equivalent to java_get_unicode. */
static void java_next_unicode (void) static void java_next_unicode (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment