aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r--gcc/java/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index 103a112..5ec5d78 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type)
new VAR_DECL.
???: As long as verification is correct, this will be a
- compatible type. But maybe we should create a dummy vribale
+ compatible type. But maybe we should create a dummy variable
and replace all references to it with the DECL and a
NOP_EXPR.
*/