From 8a1535887a981cadbd793c6116c04aa63bbdc1bd Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 21 Dec 2004 17:06:11 +0000 Subject: [PATCH] typos fixed [r4706] --- ir/stat/firmstat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1