From: Christoph Mallon Date: Wed, 11 Jul 2007 12:11:03 +0000 (+0000) Subject: Fix typos in comments. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=638190a72987233432d38695c4de00ea88b99c51;p=libfirm Fix typos in comments. [r15031] --- diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 29056bb77..a82735638 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -998,7 +998,7 @@ static ir_node *equivalent_node_idempotent_unop(ir_node *n) { /** Optimize Not(Not(x)) == x. */ #define equivalent_node_Not equivalent_node_idempotent_unop -/** --x == x ??? Is this possible or can --x raise an +/** -(-x) == x ??? Is this possible or can --x raise an out of bounds exception if min =! max? */ #define equivalent_node_Minus equivalent_node_idempotent_unop @@ -1566,8 +1566,8 @@ static ir_node *equivalent_node_Bound(ir_node *n) { /* * One could expect that we simply return the previous * Bound here. However, this would be wrong, as we could - * add an exception Proj to a new location than. - * So, we must turn in into a tuple + * add an exception Proj to a new location then. + * So, we must turn in into a tuple. */ ret_tuple = 1; }