removed broken include
[libfirm] / ir / be / becopyopt.h
index 4518cc1..9b27447 100644 (file)
@@ -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);