CMSIS-DSP: Correction of issue 890

Wrong file name in some comments.
pull/19/head
Christophe Favergeon 6 years ago
parent 12af686c77
commit 89704d71f0

@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_rfft_f32.c
* Title: arm_rfft_fast_f32.c
* Description: RFFT & RIFFT Floating point process function
*
* $Date: 18. March 2019

@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_rfft_f64.c
* Title: arm_rfft_fast_f64.c
* Description: RFFT & RIFFT Double precision Floating point process function
*
* $Date: 29. November 2019

@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_cfft_init_f32.c
* Title: arm_rfft_fast_init_f32.c
* Description: Split Radix Decimation in Frequency CFFT Floating point processing function
*
* $Date: 18. March 2019

@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_cfft_init_f64.c
* Title: arm_rfft_fast_init_f64.c
* Description: Split Radix Decimation in Frequency CFFT Double Precision Floating point processing function
*
* $Date: 29. November 2019

Loading…
Cancel
Save