From ad2c8cd407fbf00b7856cf0372d8fa09b869a167 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 12 Oct 2008 01:29:25 +0000 Subject: [PATCH] - typos fixed [r22781] --- ir/be/bespilldaemel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bespilldaemel.c b/ir/be/bespilldaemel.c index 3f76f2d00..be54899ad 100644 --- a/ir/be/bespilldaemel.c +++ b/ir/be/bespilldaemel.c @@ -19,12 +19,12 @@ /** * @file - * @brief Naiv spilling algorithm + * @brief Naive spilling algorithm * @author Matthias Braun * @date 20.09.2005 * @version $Id: bespillbelady.c 13913 2007-05-18 12:48:56Z matze $ * @summary - * This implements a naiv spilling algorithm. It is design to produce similar + * This implements a naive spilling algorithm. It is designed to produce similar * effects to the spill decisions produced by traditional graph coloring * register allocators that spill while they are coloring the graph. * -- 2.20.1