From: Christoph Mallon Date: Tue, 27 Nov 2012 12:26:27 +0000 (+0100) Subject: beprefalloc: Correct typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2ed89a4e002fe80f79428f00ca113f6fb1e350eb;p=libfirm beprefalloc: Correct typo in comment. --- 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);