From: Christoph Mallon Date: Wed, 12 Nov 2008 19:41:27 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0aa5919563e065759a590d9baac5b38067f5499e;p=libfirm Fix typo in comment. [r23600] --- diff --git a/ir/be/ia32/ia32_optimize.c b/ir/be/ia32/ia32_optimize.c index 3ffd9c4d3..bc90e4970 100644 --- a/ir/be/ia32/ia32_optimize.c +++ b/ir/be/ia32/ia32_optimize.c @@ -1048,7 +1048,7 @@ static void peephole_ia32_Lea(ir_node *node) assert(is_ia32_Lea(node)); - /* we can only do this if are allowed to globber the flags */ + /* we can only do this if it is allowed to clobber the flags */ if(be_peephole_get_value(CLASS_ia32_flags, REG_EFLAGS) != NULL) return;