From 0b15f42457e892fed5a97f25df79e201222b71eb Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 13 Dec 2006 13:27:50 +0000 Subject: [PATCH] typo fixed --- ir/be/bespill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespill.h b/ir/be/bespill.h index c6e4b7e5a..1bc3f71a8 100644 --- a/ir/be/bespill.h +++ b/ir/be/bespill.h @@ -37,7 +37,7 @@ DEBUG_ONLY(void be_set_spill_env_dbg_module(spill_env_t *env, firm_dbg_module_t /** * Inserts a new entry into the list of reloads to place (the real nodes will * be created when be_insert_spills_reloads is run). You don't have to - * explicitely create spill nodes, they will be created automatically after + * explicitly create spill nodes, they will be created automatically after * the definition of a value as soon as a reload is created. (we should add a * possibility for explicit spill placement in the future) */ -- 2.20.1