projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0690a9f
)
* lex.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Fri, 1 Oct 2004 13:44:20 +0000
(13:44 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Fri, 1 Oct 2004 13:44:20 +0000
(13:44 +0000)
From-SVN: r88394
gcc/java/ChangeLog
patch
|
blob
|
history
gcc/java/lex.c
patch
|
blob
|
history
diff --git
a/gcc/java/ChangeLog
b/gcc/java/ChangeLog
index 349845312119b8d027a087405d28fbf103311ac1..089c1d272fc1252434e98e42624ae5ccd77365d6 100644
(file)
--- a/
gcc/java/ChangeLog
+++ b/
gcc/java/ChangeLog
@@
-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.
diff --git
a/gcc/java/lex.c
b/gcc/java/lex.c
index 2b299eee9579b7abc4221c7c5fad092cacb83f20..7ac2d9fb5f3a151cd389f82f2a8f9fe2ca60478a 100644
(file)
--- a/
gcc/java/lex.c
+++ b/
gcc/java/lex.c
@@
-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_un
i
code
followed by java_next_unicode is equivalent to java_get_unicode. */
static void java_next_unicode (void)