From: Michael Beck Date: Thu, 23 Dec 2004 13:12:32 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=34aad37ff24a765225ff7dc62e23580b85d170de;p=libfirm typo fixed [r4735] --- 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.