From 94f618ff29b772c475c2629a050219534390fed4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 13 Mar 2017 11:07:27 +0100 Subject: [PATCH] isl_lp.c: fix typo in comment 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 57191b15..dbd9a59d 100644 --- a/isl_lp.c +++ b/isl_lp.c @@ -60,7 +60,7 @@ enum isl_lp_result isl_tab_solve_lp(struct isl_basic_map *bmap, int maximize, * If opt_denom is NULL, then *opt is rounded up (or down) * to the nearest integer. * The return value reflects the nature of the result (empty, unbounded, - * minmimal or maximal value returned in *opt). + * minimal or maximal value returned in *opt). */ enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max, isl_int *f, isl_int d, isl_int *opt, -- 2.11.4.GIT