typos fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:06:11 +0000 (17:06 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:06:11 +0000 (17:06 +0000)
[r4706]

ir/stat/firmstat.h

index 62eab7b..dd1ba44 100644 (file)
@@ -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 */