From f8c0d3f49a092a2d9df4586ec00a1afa45c02563 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 18 Mar 2011 12:23:38 +0100 Subject: [PATCH] isl_lp.c: avoid clang warning Signed-off-by: Sven Verdoolaege --- isl_lp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_lp.c b/isl_lp.c index 8c85a60..1673b5b 100644 --- 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. -- 2.7.4