isl_convex_hull.c: fix typo in comment
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 19 Mar 2018 11:03:04 +0000 (19 12:03 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 2 Apr 2018 10:50:03 +0000 (2 12:50 +0200)
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_convex_hull.c

index bedee1b..76a844b 100644 (file)
@@ -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,