Skip to content

Commit

Permalink
audio/internal/convert: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jul 14, 2024
1 parent b552266 commit fc70392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/internal/convert/resampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
var (
// cosTable contains values of cosine applied to the range [0, π/2).
// It must be initialised the first time it is referenced
// in a function via its lazy load wrapper getCosTable().
// in a function via its lazy load wrapper ensureCosTable().
cosTable []float64
cosTableOnce sync.Once
)
Expand Down

0 comments on commit fc70392

Please sign in to comment.