aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
diff options
context:
space:
mode:
authorGravatar Steven Peters <scpeters@osrfoundation.org>2019-02-08 06:23:24 +0000
committerGravatar Steven Peters <scpeters@osrfoundation.org>2019-02-08 06:23:24 +0000
commit953ca5ba2f007650944017bff423582afeaf0696 (patch)
tree07f29be0b54c1296c4eccd88d00356795bc6f575 /unsupported/Eigen/src
parent59998117bb0e4e0dc4b37b062f02ea5e6aab711e (diff)
Spline.h: fix spelling "spang" -> "span"
Diffstat (limited to 'unsupported/Eigen/src')
-rw-r--r--unsupported/Eigen/src/Splines/Spline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/Splines/Spline.h b/unsupported/Eigen/src/Splines/Spline.h
index c1cf5b7e4..79edd52ce 100644
--- a/unsupported/Eigen/src/Splines/Spline.h
+++ b/unsupported/Eigen/src/Splines/Spline.h
@@ -191,7 +191,7 @@ namespace Eigen
DenseIndex span(Scalar u) const;
/**
- * \brief Computes the spang within the provided knot vector in which u is falling.
+ * \brief Computes the span within the provided knot vector in which u is falling.
**/
static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);