isl_lp.c: avoid clang warning
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 18 Mar 2011 11:23:38 +0000 (12:23 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 18 Mar 2011 11:24:32 +0000 (12:24 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_lp.c

index 8c85a60..1673b5b 100644 (file)
--- a/isl_lp.c
+++ b/isl_lp.c
@@ -45,7 +45,7 @@ enum isl_lp_result isl_tab_solve_lp(struct isl_basic_map *bmap, int maximize,
 }
 
 /* Given a basic map "bmap" and an affine combination of the variables "f"
- * with denominator "denom", set *opt/*opt_denom to the minimal
+ * with denominator "denom", set *opt / *opt_denom to the minimal
  * (or maximal if "maximize" is true) value attained by f/d over "bmap",
  * assuming the basic map is not empty and the expression cannot attain
  * arbitrarily small (or large) values.