diff options
author | Steven Peters <scpeters@osrfoundation.org> | 2019-02-08 06:23:24 +0000 |
---|---|---|
committer | Steven Peters <scpeters@osrfoundation.org> | 2019-02-08 06:23:24 +0000 |
commit | 953ca5ba2f007650944017bff423582afeaf0696 (patch) | |
tree | 07f29be0b54c1296c4eccd88d00356795bc6f575 /unsupported | |
parent | 59998117bb0e4e0dc4b37b062f02ea5e6aab711e (diff) |
Spline.h: fix spelling "spang" -> "span"
Diffstat (limited to 'unsupported')
-rw-r--r-- | unsupported/Eigen/src/Splines/Spline.h | 2 |
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); |