Skip to content

Commit

Permalink
fourier: fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Apr 15, 2018
1 parent 36c85fc commit 72f48fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fourier/fourier_sincos.go
Expand Up @@ -117,7 +117,7 @@ type QuarterWaveFFT struct {
ifac [15]int
}

// NewQuarterWave returns a QuarterWave initialized for work on sequences of length n.
// NewQuarterWaveFFT returns a QuarterWaveFFT initialized for work on sequences of length n.
func NewQuarterWaveFFT(n int) *QuarterWaveFFT {
var t QuarterWaveFFT
t.Reset(n)
Expand Down

0 comments on commit 72f48fd

Please sign in to comment.