isl_transitive_closure.c: path_along_delta: fix typo in comment
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 21 Jul 2023 15:17:06 +0000 (21 17:17 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 10 Aug 2024 16:15:41 +0000 (10 18:15 +0200)
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_transitive_closure.c

index 9a87474..c3da35c 100644 (file)
@@ -519,7 +519,7 @@ error:
 
 /* Given a set of offsets "delta", construct a relation of the
  * given dimension specification (Z^{n+1} -> Z^{n+1}) that
- * is an overapproximation of the relations that
+ * is an overapproximation of the relation that
  * maps an element x to any element that can be reached
  * by taking a non-negative number of steps along any of
  * the elements in "delta".