From 053df4199aa6ab38673eaf10e9a1d2552add2a95 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Dec 2006 14:22:54 +0000 Subject: [PATCH] typos fixed [r8434] --- ir/ir/iropt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/iropt.h b/ir/ir/iropt.h index 0a5098a2a..8eaf4b285 100644 --- a/ir/ir/iropt.h +++ b/ir/ir/iropt.h @@ -44,10 +44,10 @@ * 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 { - 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 -- 2.20.1