From 2916bb7077be623fdea0408b70b432a4e596d31a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 17 Nov 2005 17:45:22 +0000 Subject: [PATCH] typo fixed [r6932] --- ir/ir/irmode_t.h | 2 +- ir/opt/tropt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irmode_t.h b/ir/ir/irmode_t.h index 2883e1534..7cde72477 100644 --- a/ir/ir/irmode_t.h +++ b/ir/ir/irmode_t.h @@ -101,7 +101,7 @@ _set_mode_link(ir_mode *mode, void *l) { mode->link = l; } /* Functions to check, whether a modecode is signed, float, int, num, data, datab or dataM. For more exact definitions read the corresponding pages - in the firm documentation or the followingenumeration + in the firm documentation or the following enumeration The set of "float" is defined as: --------------------------------- diff --git a/ir/opt/tropt.h b/ir/opt/tropt.h index adca6bd65..39e3f38d7 100644 --- a/ir/opt/tropt.h +++ b/ir/opt/tropt.h @@ -73,7 +73,7 @@ void normalize_irg_class_casts(ir_graph *irg, gen_pointer_type_to_func gppt_fct) * Performs the following transformations: * C c = (C)(B)(A)(B)new C() --> C c = (C)(B)newC() --> C c = new C() * (Optimizing downcasts as A a = (A)(B)(new A()) --> A a = new A() can - * be suppressed by setting flag opt_suppress_downcast_optimization. + * be suppressed by setting the flag opt_suppress_downcast_optimization. * Downcasting A to B might cause an exception. It is not clear * whether this is modeled by the Firm Cast node, as it has no exception * outputs.); -- 2.20.1