Skip to content

Commit c72caaf

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

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
@@ -30,7 +30,7 @@
3030
data
3131
(loop
3232
for i from 0 below (length data)
33-
;; Split input into even and odd indices into two smaller lists.
33+
;; Split even and odd indexed elements into two seperate lists.
3434
if (evenp i)
3535
collect (elt data i) into evens
3636
else

0 commit comments

Comments
 (0)