CMSIS-DSP: Correct issue #1156

pull/19/head
Christophe Favergeon 5 years ago
parent a509fa39d4
commit 944079db82

@ -138,7 +138,7 @@
/** /**
* @brief Processing function for the floating-point cubic spline interpolation. * @brief Processing function for the floating-point cubic spline interpolation.
* @param[in] S points to an instance of the floating-point spline structure. * @param[in] S points to an instance of the floating-point spline structure.
* @param[in] xq points to the x values ot the interpolated data points. * @param[in] xq points to the x values of the interpolated data points.
* @param[out] pDst points to the block of output data. * @param[out] pDst points to the block of output data.
* @param[in] blockSize number of samples of output data. * @param[in] blockSize number of samples of output data.
*/ */

Loading…
Cancel
Save