projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b68e6
)
isl_tab.c: fix typo in comment
author
Sven Verdoolaege
<skimo@kotnet.org>
Mon, 13 Jul 2009 15:02:37 +0000
(17:02 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Wed, 15 Jul 2009 10:08:09 +0000
(12:08 +0200)
isl_tab.c
patch
|
blob
|
history
diff --git
a/isl_tab.c
b/isl_tab.c
index
3d894a2
..
cb520a6
100644
(file)
--- a/
isl_tab.c
+++ b/
isl_tab.c
@@
-386,7
+386,7
@@
static void mark_empty(struct isl_ctx *ctx, struct isl_tab *tab)
}
/* Given a row number "row" and a column number "col", pivot the tableau
- * such that the associated variable are interchanged.
+ * such that the associated variable
s
are interchanged.
* The given row in the tableau expresses
*
* x_r = a_r0 + \sum_i a_ri x_i