From: Sven Verdoolaege Date: Fri, 18 Mar 2011 11:23:38 +0000 (+0100) Subject: isl_lp.c: avoid clang warning X-Git-Tag: isl-0.06~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c0d3f49a092a2d9df4586ec00a1afa45c02563;p=platform%2Fupstream%2Fisl.git isl_lp.c: avoid clang warning Signed-off-by: Sven Verdoolaege --- 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.