repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
177e31c
)
isl_convex_hull.c: fix typo in comment
author
Sven Verdoolaege
<sven.verdoolaege@gmail.com>
Mon, 19 Mar 2018 11:03:04 +0000
(19 12:03 +0100)
committer
Sven 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
patch
|
blob
|
blame
|
history
diff --git
a/isl_convex_hull.c
b/isl_convex_hull.c
index
bedee1b
..
76a844b
100644
(file)
--- 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" con
s
tains 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,