From dbc867a5a018c48e00e7c225af2f29769ac42076 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 27 Sep 2017 15:57:53 +0200 Subject: [PATCH] isl_tab_pip.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_tab_pip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_tab_pip.c b/isl_tab_pip.c index f4052d78..173d94e7 100644 --- a/isl_tab_pip.c +++ b/isl_tab_pip.c @@ -2147,7 +2147,7 @@ static int get_div(struct isl_tab *tab, struct isl_context *context, } /* Add a parametric cut to cut away the non-integral sample value - * of the give row. + * of the given row. * Let a_i be the coefficients of the constant term and the parameters * and let b_i be the coefficients of the variables or constraints * in basis of the tableau. -- 2.11.4.GIT