chiark / gitweb /
comment typo
authorstevenj <stevenj@alum.mit.edu>
Wed, 2 Mar 2011 21:08:57 +0000 (16:08 -0500)
committerstevenj <stevenj@alum.mit.edu>
Wed, 2 Mar 2011 21:08:57 +0000 (16:08 -0500)
darcs-hash:20110302210857-c8de0-f85132ce1c0743d9b63efa3254b132b2b93b2bf5.gz

util/nlopt-util.h

index 29934d47307548c7eb7244a4f69a25a519fd983c..fec6a99b9ee67e8379c89c7c7243cf6880f1e24b 100644 (file)
@@ -105,7 +105,7 @@ extern nlopt_result nlopt_optimize_limited(nlopt_opt opt,
 /* data structure for nonlinear inequality or equality constraint
    (f <= 0 or f = 0, respectively).  tol (>= 0) is a tolerance
    that is used for stopping criteria -- the point is considered
-   "feasible" for purposes of stopping of the constraint is violated
+   "feasible" for purposes of stopping if the constraint is violated
    by at most tol. */
 typedef struct {
      unsigned m; /* dimensional of constraint: mf maps R^n -> R^m */