Fix typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 12 Nov 2008 19:41:27 +0000 (19:41 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 12 Nov 2008 19:41:27 +0000 (19:41 +0000)
[r23600]

ir/be/ia32/ia32_optimize.c

index 3ffd9c4..bc90e49 100644 (file)
@@ -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;