From b9e2a9ac7dcc95a75bd5b8853ad62df9b84c7188 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 4 Jan 2011 12:11:02 +0100 Subject: [PATCH] source/isl/constraints.c: fix typos in comments Signed-off-by: Sven Verdoolaege --- source/isl/constraints.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/isl/constraints.c b/source/isl/constraints.c index 674cb5e..71646a2 100644 --- a/source/isl/constraints.c +++ b/source/isl/constraints.c @@ -606,7 +606,7 @@ int cloog_constraint_total_dimension(CloogConstraint *constraint) * a reduction on the upper equality (in this case lower is an invalid * CloogConstraint) or the pair of inequalities upper and lower * from within insert_modulo_guard. - * In the isl backend, we return a CloogConstraintSet containting both + * In the isl backend, we return a CloogConstraintSet containing both * bounds, as the stride may change during the reduction and we may * need to recompute the bound on the modulo expression. */ @@ -639,7 +639,7 @@ static int add_constant_term(CloogConstraint *c, void *user) } /** - * Reduce the modulo guard expressed by "contraints" using equalities + * Reduce the modulo guard expressed by "constraints" using equalities * found in outer nesting levels (stored in "equal"). * The modulo guard may be an equality or a pair of inequalities. * In case of a pair of inequalities, *bound contains the bound on the -- 2.11.4.GIT