aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Splines
diff options
context:
space:
mode:
authorGravatar Yi Lin <anonymous@invalid.net>2016-07-20 22:28:54 +0800
committerGravatar Yi Lin <anonymous@invalid.net>2016-07-20 22:28:54 +0800
commit7b4abc2b1dd7d996102a746de4fb3ff58a81d46b (patch)
treebdaab20fdaf4a711cd6f088932f5c33d3bfe35d4 /unsupported/Eigen/src/Splines
parentb64b9d017267b7a0e057a41171574e7dc9cd428b (diff)
Fixed a code comment error
Diffstat (limited to 'unsupported/Eigen/src/Splines')
-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 ddcddfc9a..627f6e482 100644
--- a/unsupported/Eigen/src/Splines/Spline.h
+++ b/unsupported/Eigen/src/Splines/Spline.h
@@ -94,7 +94,7 @@ namespace Eigen
const KnotVectorType& knots() const { return m_knots; }
/**
- * \brief Returns the knots of the underlying spline.
+ * \brief Returns the ctrls of the underlying spline.
**/
const ControlPointVectorType& ctrls() const { return m_ctrls; }