aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 94f76fd..4c0f1cd 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -2023,7 +2023,7 @@ build_class_init (tree clas, tree expr)
/* Rewrite expensive calls that require stack unwinding at runtime to
- cheaper alternatives. The logic here performs thse
+ cheaper alternatives. The logic here performs these
transformations:
java.lang.Class.forName("foo") -> java.lang.Class.forName("foo", class$)