diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
commit | a83f01f0409ad496222c05be70d4cb5a1b3e132d (patch) | |
tree | e33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/expr.c | |
parent | 5868edbb704f78353a0d88907914148e58c2cd7c (diff) | |
download | gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.zip gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.gz gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.bz2 |
ChangeLog, [...]: Fix spelling errors.
* ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
spelling errors.
From-SVN: r48075
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index e5d141e..53234c1 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2395,7 +2395,7 @@ load_type_state (label) } /* Do the expansion of a Java switch. With Gcc, switches are front-end - dependant things, but they rely on gcc routines. This function is + dependent things, but they rely on gcc routines. This function is placed here because it uses things defined locally in parse.y. */ static tree |