From: Michael Beck Date: Sat, 4 Apr 2009 09:14:52 +0000 (+0000) Subject: - fixed comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bb9b1067ad0ef81a20a74be5ecaf2100b63a4855;p=libfirm - fixed comment [r25786] --- diff --git a/ir/tr/type_finalization.c b/ir/tr/type_finalization.c index e8f7ca44c..aac344c34 100644 --- a/ir/tr/type_finalization.c +++ b/ir/tr/type_finalization.c @@ -47,7 +47,7 @@ static void do_finalization(type_or_ent tore, void *env) { return; if (get_class_n_subtypes(cls) == 0) { /* Note that we set the final property even for the - frame/tls types this way. Should not made any problems. */ + frame/global types this way. Should not made any problems. */ set_class_final(cls, 1); DB((dbg, LEVEL_1, " made final Class %s\n", get_type_name(cls)));