typos fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Dec 2006 14:22:54 +0000 (14:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Dec 2006 14:22:54 +0000 (14:22 +0000)
[r8434]

ir/ir/iropt.h

index 0a5098a..8eaf4b2 100644 (file)
  *     FP exceptions and FPU environment access.
  * - fp_model_fast:
  *     Fastest mode. Associative and distributive law allowed at the expense
  *     FP exceptions and FPU environment access.
  * - fp_model_fast:
  *     Fastest mode. Associative and distributive law allowed at the expense
- *     of floating point accuracy and correctness. Explicite rounding is disabled.
+ *     of floating point accuracy and correctness. Explicit rounding is disabled.
  */
 typedef enum _fp_model_t {
  */
 typedef enum _fp_model_t {
-  fp_explicit_rounding  =  1,  /**< Explicite rounding at assignments, typecasts, return
+  fp_explicit_rounding  =  1,  /**< Explicit rounding at assignments, typecasts, return
                                     and function calls. Conv nodes may NOT be removed, even
                                     if they look useless. */
   fp_strict_algebraic   =  2,  /**< Strict adherence to non-associative and non-distributive
                                     and function calls. Conv nodes may NOT be removed, even
                                     if they look useless. */
   fp_strict_algebraic   =  2,  /**< Strict adherence to non-associative and non-distributive