From 0627990e0dc0b6de607a2575b7adb0efe67c181e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 28 Nov 2020 17:05:15 +1100 Subject: docs: fix simple typo, delares -> declares There is a small typo in src/kiss_fft.c. Should read `declares` rather than `delares`. --- src/kiss_fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiss_fft.c b/src/kiss_fft.c index 922dacc..d6b9f26 100644 --- a/src/kiss_fft.c +++ b/src/kiss_fft.c @@ -39,7 +39,7 @@ #define CUSTOM_MODES /* The guts header contains all the multiplication and addition macros that are defined for - complex numbers. It also delares the kf_ internal functions. + complex numbers. It also declares the kf_ internal functions. */ static void kf_bfly2( -- cgit v1.2.3