From 18d456597ce78b94dc04aa0ce74dfd466e49fba3 Mon Sep 17 00:00:00 2001 From: skimo Date: Thu, 30 Sep 2004 13:35:03 +0000 Subject: [PATCH] typo in comment --- barvinok.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barvinok.cc b/barvinok.cc index 279efec..53e87a1 100644 --- a/barvinok.cc +++ b/barvinok.cc @@ -591,7 +591,7 @@ void decompose(Polyhedron *cone, Polyhedron **parts, int *npos, int *nneg, unsig const int MAX_TRY=10; /* - * Searches for a vector that is not othogonal to any + * Searches for a vector that is not orthogonal to any * of the rays in rays. */ static void nonorthog(mat_ZZ& rays, vec_ZZ& lambda) -- 2.11.4.GIT