From 2cf182d628e5c9cc9fad4308b57bbc8309d178b4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 5 Feb 2011 19:57:49 +0100 Subject: [PATCH] isl_tab.c: fix typos in comments Signed-off-by: Sven Verdoolaege --- isl_tab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/isl_tab.c b/isl_tab.c index 36ee8084..1cc83061 100644 --- a/isl_tab.c +++ b/isl_tab.c @@ -2057,7 +2057,7 @@ error: return -1; } -/* Add an extra div, prescrived by "div" to the tableau and +/* Add an extra div, prescribed by "div" to the tableau and * the associated bmap (which is assumed to be non-NULL). * * If add_ineq is not NULL, then this function is used instead @@ -2713,12 +2713,12 @@ int isl_tab_is_equality(struct isl_tab *tab, int con) tab->n_col - tab->n_dead) == -1; } -/* Return the minimial value of the affine expression "f" with denominator +/* Return the minimal value of the affine expression "f" with denominator * "denom" in *opt, *opt_denom, assuming the tableau is not empty and * the expression cannot attain arbitrarily small values. * If opt_denom is NULL, then *opt is rounded up to the nearest integer. * The return value reflects the nature of the result (empty, unbounded, - * minmimal value returned in *opt). + * minimal value returned in *opt). */ enum isl_lp_result isl_tab_min(struct isl_tab *tab, isl_int *f, isl_int denom, isl_int *opt, isl_int *opt_denom, -- 2.11.4.GIT