diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-22 18:00:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-22 18:00:06 +0000 |
commit | 67264b4fe2e059af9e672b17f516d6c4c0b03785 (patch) | |
tree | 1b747e339c225cdfbed517d164b762c63bd110c6 /gcc/java/parse-scan.y | |
parent | 1322946805597f3b80f585da69c3447a79a37de0 (diff) | |
download | gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.zip gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.tar.gz gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.tar.bz2 |
ChangeLog: Fix typos.
* ChangeLog: Fix typos.
* expr.c: Fix comment typos.
* jcf-write.c: Likewise.
* lang.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* parse-scan.y: Likewise.
* parse.y: Likewise.
From-SVN: r72809
Diffstat (limited to 'gcc/java/parse-scan.y')
-rw-r--r-- | gcc/java/parse-scan.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse-scan.y b/gcc/java/parse-scan.y index 3034e66..8c622a4 100644 --- a/gcc/java/parse-scan.y +++ b/gcc/java/parse-scan.y @@ -565,7 +565,7 @@ constructor_declaration: /* extra SC_TK, FIXME */ | modifiers constructor_declarator throws constructor_body SC_TK { modifier_value = 0; } -/* I'm not happy with the SC_TK addition. It isn't in the grammer and should +/* I'm not happy with the SC_TK addition. It isn't in the grammar and should probably be matched by and empty statement. But it doesn't work. FIXME */ ; |