From 00d6e2372da24b8c9be821db958ccb07d89e0f74 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 18 Nov 2021 15:10:32 +0100 Subject: [PATCH] isl_map_simplify.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_map_simplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map_simplify.c b/isl_map_simplify.c index 9759c0df..72e0e9bb 100644 --- a/isl_map_simplify.c +++ b/isl_map_simplify.c @@ -1198,7 +1198,7 @@ static isl_bool better_div_constraint(__isl_keep isl_basic_map *bmap, * a "better" expression for a div for which we already have an expression. * "sum" is the sum of the constant terms of the constraints. * If this sum is strictly smaller than the coefficient of one - * of the divs, then this pair can be used define the div. + * of the divs, then this pair can be used to define the div. * To avoid the introduction of circular definitions of divs, we * do not use the pair if the resulting expression would refer to * any other undefined divs or if any known div is defined in -- 2.11.4.GIT