From: Michael Beck Date: Fri, 11 May 2007 00:12:00 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7c5db215f8ceaaa7ad511b02aacd2f0b9f3adc33;p=libfirm typo fixed [r13788] --- diff --git a/ir/common/firm.c b/ir/common/firm.c index 42617a9c5..dec743c86 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -127,7 +127,7 @@ void init_firm(const firm_parameter_t *param) /* Builds a construct allowing to access all information to be constructed later. */ init_irprog_2(); - /* Initialize the type module ancd cr d construct some idents needed. */ + /* Initialize the type module and construct some idents needed. */ firm_init_type(def_params.builtin_dbg, def_params.cc_mask); /* initialize the entity module */ firm_init_entity();