From 2ed89a4e002fe80f79428f00ca113f6fb1e350eb Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 27 Nov 2012 13:26:27 +0100 Subject: [PATCH] beprefalloc: Correct typo in comment. --- ir/be/beprefalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beprefalloc.c b/ir/be/beprefalloc.c index df777827f..d78fd19bd 100644 --- a/ir/be/beprefalloc.c +++ b/ir/be/beprefalloc.c @@ -593,7 +593,7 @@ static bool try_optimistic_split(ir_node *to_split, ir_node *before, allocation_info_t *info = get_allocation_info(to_split); float delta = 0; - /* stupid hack: don't optimisticallt split don't spill nodes... + /* stupid hack: don't optimistically split don't spill nodes... * (so we don't split away the values produced because of * must_be_different constraints) */ ir_node *original_insn = skip_Proj(info->original_value); -- 2.20.1