From eb80f0f9a81496b8040a031b4a8460217631aa19 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 1 Feb 2011 10:48:55 +0100 Subject: [PATCH] isl_affine_hull.c: fix typos in comments Signed-off-by: Sven Verdoolaege --- isl_affine_hull.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isl_affine_hull.c b/isl_affine_hull.c index 0707bc1..adf66cd 100644 --- a/isl_affine_hull.c +++ b/isl_affine_hull.c @@ -524,7 +524,7 @@ error: } /* Given an unbounded tableau and an integer point satisfying the tableau, - * construct an intial affine hull containing the recession cone + * construct an initial affine hull containing the recession cone * shifted to the given point. * * The unbounded directions are taken from the last rows of the basis, @@ -576,7 +576,7 @@ error: * isl_tab_set_initial_basis_with_cone will add some additional * constraints to the tableau that have to be removed again. * In this case, we therefore rollback to the state before - * any constraints were added and then add the eqaulities back in. + * any constraints were added and then add the equalities back in. */ struct isl_tab *isl_tab_detect_equalities(struct isl_tab *tab, struct isl_tab *tab_cone) -- 2.7.4