From 9cfee03da97377709d32d7870f5849086cad27ff Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 19 Mar 2018 12:03:04 +0100 Subject: [PATCH] isl_convex_hull.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_convex_hull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_convex_hull.c b/isl_convex_hull.c index bedee1b5..76a844bf 100644 --- a/isl_convex_hull.c +++ b/isl_convex_hull.c @@ -1557,7 +1557,7 @@ static void update_constraint(struct isl_ctx *ctx, struct isl_hash_table *table, c->ineq = ineq; } -/* Check whether the constraint hash table "table" constains the constraint +/* Check whether the constraint hash table "table" contains the constraint * "con". */ static int has_constraint(struct isl_ctx *ctx, struct isl_hash_table *table, -- 2.11.4.GIT