Fixed a code comment error

This commit is contained in:
Yi Lin 2016-07-20 22:28:54 +08:00
parent b64b9d0172
commit 7b4abc2b1d

View File

@ -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; }