diff --git a/src/shared/algorithms/FFT.h b/src/shared/algorithms/FFT.h index 24e49593cee634f486b065f67ce92b56ff83375f..128d2a254df2bc32e659a63393aabe519a8f80fe 100644 --- a/src/shared/algorithms/FFT.h +++ b/src/shared/algorithms/FFT.h @@ -31,7 +31,7 @@ namespace Boardcore { /** - * @brief Implementation of Fast Fourier Trasnform using the iterative version + * @brief Implementation of Fast Fourier Transform using the iterative version * with bit-reversal index variant of the famous Cooley-Tukey FFT algorithm. * * NOTE: N must be a power of 2