From ed742edf920e83ffd5e2c33f0493877ee5abcc17 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 31 Jan 2011 10:18:11 +0000 Subject: [PATCH] Correct typo in comment. [r28287] --- ir/opt/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/combo.c b/ir/opt/combo.c index 1f4fe92bc..54a13d283 100644 --- a/ir/opt/combo.c +++ b/ir/opt/combo.c @@ -2618,7 +2618,7 @@ static void compute(node_t *node) } /* compute */ /* - * Identity functions: Note that one might thing that identity() is just a + * Identity functions: Note that one might think that identity() is just a * synonym for equivalent_node(). While this is true, we cannot use it for the algorithm * here, because it expects that the identity node is one of the inputs, which is NOT * always true for equivalent_node() which can handle (and does sometimes) DAGs. -- 2.20.1