From d21642f0806c790086c7d3013f972ed2acef53b5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 21 Oct 2005 14:02:03 +0000 Subject: [PATCH] typo fixed --- ir/be/becopyopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/becopyopt.h b/ir/be/becopyopt.h index 4518cc1cb..9b2744730 100644 --- a/ir/be/becopyopt.h +++ b/ir/be/becopyopt.h @@ -165,7 +165,7 @@ void co_heur_opt(copy_opt_t *co); /** * Solves the problem using mixed integer programming - * @retruns 1 iff solution state was optimal + * @returns 1 iff solution state was optimal */ int co_ilp_opt(copy_opt_t *co, double time_limit); -- 2.20.1