From 52f5575dc678a5f7f1b3a078dcc46b1cdbaf5182 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 17 Mar 2011 14:00:12 +0100 Subject: [PATCH] s/keeped/kept/. --- ir/be/bestack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bestack.c b/ir/be/bestack.c index a5cb66231..1e42e8bdc 100644 --- a/ir/be/bestack.c +++ b/ir/be/bestack.c @@ -383,7 +383,7 @@ void be_abi_fix_stack_nodes(ir_graph *irg) /* when doing code with frame-pointers then often the last incsp-nodes are * not used anymore because we copy the framepointer to the stack pointer - * when leaving the function. Though the last incsp is often keeped (because + * when leaving the function. Though the last incsp is often kept (because * you often don't know which incsp is the last one and fixstack should find * them all). Remove unnecessary keeps and IncSP nodes */ { -- 2.20.1