aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Splines
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2011-12-06 15:42:05 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2011-12-06 15:42:05 +0100
commitaccae638b233c72b291682c9977dde7fc84b29a1 (patch)
tree67dc41f8de226888124035e026c2ab9bec404ba2 /unsupported/Eigen/src/Splines
parent84cf1b5b1d6c122a3b103578ab18ac8dd5e825e6 (diff)
Fixed a typo.
Diffstat (limited to 'unsupported/Eigen/src/Splines')
-rw-r--r--unsupported/Eigen/src/Splines/SplineFitting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/Splines/SplineFitting.h b/unsupported/Eigen/src/Splines/SplineFitting.h
index 5c7c2e695..195f869b8 100644
--- a/unsupported/Eigen/src/Splines/SplineFitting.h
+++ b/unsupported/Eigen/src/Splines/SplineFitting.h
@@ -37,7 +37,7 @@ namespace Eigen
* \brief Computes knot averages.
* \ingroup Splines_Module
*
- * The knots are computes as
+ * The knots are computed as
* \f{align*}
* u_0 & = \hdots = u_p = 0 \\
* u_{m-p} & = \hdots = u_{m} = 1 \\