From 0b1214ef13b33d75963d99c88e166d6f7cd73e36 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 27 Nov 2004 20:48:17 +0000 Subject: * class.c, decl.c, expr.c: Fix comment typos. From-SVN: r91392 --- gcc/java/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/class.c') 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)) -- cgit v1.1