basis_reduction_templ.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 2 Oct 2010 10:34:01 +0000 (12:34 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 11 Oct 2010 09:11:21 +0000 (11:11 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
basis_reduction_templ.c

index 375549d..fcb04ec 100644 (file)
@@ -22,7 +22,7 @@ static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha)
 }
 
 /* Compute a reduced basis for the set represented by the tableau "tab".
- * tab->basis, must be initialized by the calling function to an affine
+ * tab->basis, which must be initialized by the calling function to an affine
  * unimodular basis, is updated to reflect the reduced basis.
  * The first tab->n_zero rows of the basis (ignoring the constant row)
  * are assumed to correspond to equalities and are left untouched.