Skip to content

Commit 0627990

Browse files
timgates42petterreinholdtsen
authored andcommitted
docs: fix simple typo, delares -> declares
There is a small typo in src/kiss_fft.c. Should read `declares` rather than `delares`.
1 parent 90ec41e commit 0627990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kiss_fft.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define CUSTOM_MODES
4040

4141
/* The guts header contains all the multiplication and addition macros that are defined for
42-
complex numbers. It also delares the kf_ internal functions.
42+
complex numbers. It also declares the kf_ internal functions.
4343
*/
4444

4545
static void kf_bfly2(

0 commit comments

Comments
 (0)