From 34aad37ff24a765225ff7dc62e23580b85d170de Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 23 Dec 2004 13:12:32 +0000 Subject: [PATCH] typo fixed [r4735] --- ir/opt/reassoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/reassoc.h b/ir/opt/reassoc.h index 2383f7d3a..a84ab0229 100644 --- a/ir/opt/reassoc.h +++ b/ir/opt/reassoc.h @@ -23,7 +23,7 @@ /** Reassociation. * - * Applies Reassiciation rules to integer expressions. + * Applies Reassociation rules to integer expressions. * Beware: Works only if integer overflow might be ignored, as for C, Java * and for address expression. * Works only if Constant folding is activated. -- 2.20.1