diff options
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 |