mirror of
https://github.com/jkl1337/SwiftPFFFT.git
synced 2026-01-06 05:34:33 -06:00
fix couple typos
This commit is contained in:
@@ -310,7 +310,7 @@ public struct FFT<T: FFTElement>: ~Copyable {
|
||||
fatalError("signal buffer too small")
|
||||
}
|
||||
guard output.count >= n else {
|
||||
fatalError("outputbuffer too small")
|
||||
fatalError("output buffer too small")
|
||||
}
|
||||
ScalarType.pffftZreorder(ptr, spectrum.baseAddress, rebind(output), .forward)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user