typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 May 2007 00:12:00 +0000 (00:12 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 May 2007 00:12:00 +0000 (00:12 +0000)
[r13788]

ir/common/firm.c

index 42617a9..dec743c 100644 (file)
@@ -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();