From 33ac24a2074ffdca6c6087266f945019f5f06757 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 10 Oct 2008 12:49:00 +0000 Subject: [PATCH] typo [r22647] --- ir/opt/ldst2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/ldst2.c b/ir/opt/ldst2.c index 1bb87dfee..eddc80a41 100644 --- a/ir/opt/ldst2.c +++ b/ir/opt/ldst2.c @@ -788,7 +788,7 @@ static void walker(ir_node *proj, void *env) } n = ir_nodeset_size(&pi.user_mem); - if (n != 0) { /* nothing happend otherwise */ + if (n != 0) { /* nothing happened otherwise */ ir_graph *irg = current_ir_graph; ir_node *sync; ir_node **in; -- 2.20.1