From e9c839bdc9fffb0cadf6e30e9c24d89f82802082 Mon Sep 17 00:00:00 2001 From: aikiriao Date: Mon, 12 Aug 2024 15:03:01 +0900 Subject: [PATCH] fix comment. --- libs/fft/include/fft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fft/include/fft.h b/libs/fft/include/fft.h index c3e1754..5664b0b 100644 --- a/libs/fft/include/fft.h +++ b/libs/fft/include/fft.h @@ -1,5 +1,5 @@ /*! -* @file ae2_fft.h +* @file fft.h * @brief FFT(Fast Fourior Transform, 高速フーリエ変換)ライブラリ */ #ifndef FFT_H_INCLUDED