aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arch/common/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/arch/common/fft.c')
-rw-r--r--Transceiver52M/arch/common/fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/arch/common/fft.c b/Transceiver52M/arch/common/fft.c
index ad096b1..2261672 100644
--- a/Transceiver52M/arch/common/fft.c
+++ b/Transceiver52M/arch/common/fft.c
@@ -103,7 +103,7 @@ void free_fft(struct fft_hdl *hdl)
}
/*! \brief Run multiple DFT operations with the initialized plan
- * \param[in] hdl handle to an intitialized fft struct
+ * \param[in] hdl handle to an initialized fft struct
*
* Input and output buffers are configured with init_fft().
*/