isl_tab: fix typo in comment
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 23 Jul 2023 15:35:57 +0000 (23 17:35 +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_tab.h

index f3f8659..36ca209 100644 (file)
--- a/isl_tab.h
+++ b/isl_tab.h
@@ -107,7 +107,7 @@ struct isl_tab_undo {
  *
  * There are "n_var" variables in total.  The first "n_param" of these
  * are called parameters and the last "n_div" of these are called divs.
  *
  * There are "n_var" variables in total.  The first "n_param" of these
  * are called parameters and the last "n_div" of these are called divs.
- * The basic tableau operations makes no distinction between different
+ * The basic tableau operations make no distinction between different
  * kinds of variables.  These special variables are only used while
  * solving PILP problems.
  *
  * kinds of variables.  These special variables are only used while
  * solving PILP problems.
  *