aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index df398c7..2af0134 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -1609,7 +1609,7 @@ make_class_data (tree type)
&& ! flag_keep_inline_functions
&& optimize)
continue;
- /* Even if we have a decl, we don't necessaily have the code.
+ /* Even if we have a decl, we don't necessarily have the code.
This can happen if we inherit a method from a superclass for
which we don't have a .class file. */
if (METHOD_DUMMY (method))