From 7d388d953195326e6bba2e02277b68c31e93ef01 Mon Sep 17 00:00:00 2001 From: skimo Date: Thu, 29 Jul 2004 18:25:05 +0000 Subject: [PATCH] typo in comment --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index fb73c2f..edc5cd9 100644 --- a/util.c +++ b/util.c @@ -616,7 +616,7 @@ Polyhedron* Polyhedron_Reduce(Polyhedron *P, Value* factor) * old is the constraint; v points to an initialized * value that this procedure can use. * Return non-zero if something changed. - * Result is places in new. + * Result is placed in new. */ int ConstraintSimplify(Value *old, Value *new, int len, Value* v) { -- 2.11.4.GIT