From 944079db822ce4f09b75ae4dc109cf8de3f892dd Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 6 Apr 2021 13:09:02 +0200 Subject: [PATCH] CMSIS-DSP: Correct issue #1156 --- Source/InterpolationFunctions/arm_spline_interp_f32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/InterpolationFunctions/arm_spline_interp_f32.c b/Source/InterpolationFunctions/arm_spline_interp_f32.c index e4283c4b..2c3e5529 100644 --- a/Source/InterpolationFunctions/arm_spline_interp_f32.c +++ b/Source/InterpolationFunctions/arm_spline_interp_f32.c @@ -138,7 +138,7 @@ /** * @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] 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[in] blockSize number of samples of output data. */