From 8965219b4c47a9e864b5500120be9249bf351dd2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 31 May 2011 19:28:11 +0200 Subject: [PATCH 1/1] Fixd typo. --- ir/be/bespillutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespillutil.c b/ir/be/bespillutil.c index 7c046905d..c5b3db932 100644 --- a/ir/be/bespillutil.c +++ b/ir/be/bespillutil.c @@ -614,7 +614,7 @@ static int check_remat_conditions_costs(spill_env_t *env, /** * Re-materialize a node. * - * @param senv the spill environment + * @param env the spill environment * @param spilled the node that was spilled * @param reloader a irn that requires a reload */ -- 2.20.1