Skip to content

Commit e92bcb7

Browse files
Update contents/cooley_tukey/code/clisp/fft.lisp
Co-authored-by: Trashtalk217 <trashtalk217@gmail.com>
1 parent 8426216 commit e92bcb7

File tree

1 file changed

+1
-1
lines changed
  • contents/cooley_tukey/code/clisp

1 file changed

+1
-1
lines changed

contents/cooley_tukey/code/clisp/fft.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
collect (elt data i) into odds
3838
finally
3939
;; Calculate the Fourier Transform for the two smaller lists and
40-
;; combine them into the Fourier Transform for the full input.
40+
;; combine them into the Fourier Transform of the full input.
4141
(return (merge-sub-ffts (cooley-tukey-rec evens)
4242
(cooley-tukey-rec odds))))))
4343

0 commit comments

Comments
 (0)