From fb703341f91e4776f34f7635ecc4131f80f00924 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 13 Jun 2016 17:46:00 +0200 Subject: [PATCH] isl_tab.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_tab.c b/isl_tab.c index dbfbd4d1..42dcf2d8 100644 --- a/isl_tab.c +++ b/isl_tab.c @@ -3236,7 +3236,7 @@ int isl_tab_is_redundant(struct isl_tab *tab, int con) return tab->con[con].is_row && tab->con[con].index < tab->n_redundant; } -/* Take a snapshot of the tableau that can be restored by s call to +/* Take a snapshot of the tableau that can be restored by a call to * isl_tab_rollback. */ struct isl_tab_undo *isl_tab_snap(struct isl_tab *tab) -- 2.11.4.GIT