From d5b88f5196483ca120916332806ac39d5c9e0009 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 18 Feb 2011 12:09:24 +0000 Subject: [PATCH] Correct typo in comment. [r28406] --- ast2firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast2firm.c b/ast2firm.c index 6922728..3464616 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -4852,7 +4852,7 @@ static void if_statement_to_firm(if_statement_t *statement) } /* Create the false statement. - * Hadle false before true, so if no false statement is present, then the + * Handle false before true, so if no false statement is present, then the * empty false block is reused as fallthrough block. */ ir_node *fallthrough_block = NULL; if (statement->false_statement != NULL) { -- 2.20.1