From: Michael Beck Date: Tue, 21 Dec 2004 17:06:11 +0000 (+0000) Subject: typos fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8a1535887a981cadbd793c6116c04aa63bbdc1bd;p=libfirm typos fixed [r4706] --- diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index 62eab7bda..dd1ba44d7 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -54,8 +54,8 @@ typedef enum { STAT_OPT_TUPLE, /**< Tuple optimization */ STAT_OPT_ID, /**< ID optimization */ STAT_OPT_CSE, /**< common subexpression elimination */ - STAT_OPT_STRENGTH_RED, /**< strenght reduction */ - STAT_OPT_ARCH_DEP, /**< architecture dependant optimization */ + STAT_OPT_STRENGTH_RED, /**< strength reduction */ + STAT_OPT_ARCH_DEP, /**< architecture dependent optimization */ STAT_OPT_REASSOC, /**< reassociation */ STAT_OPT_POLY_CALL, /**< polymorphic call optimization */ STAT_LOWERED, /**< lowered */