Merge pull request #15228 from shenpengfeng/main

chore: fix function name in comment
pull/14518/merge
Ayoub Mrini 4 weeks ago committed by GitHub
commit 350e0d5bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -626,7 +626,7 @@ func addF(s fSample, buf []fSample, r *sampleRing) []fSample {
return buf
}
// addF adds an hSample to a (specialized) hSample buffer.
// addH adds an hSample to a (specialized) hSample buffer.
func addH(s hSample, buf []hSample, r *sampleRing) []hSample {
l := len(buf)
// Grow the ring buffer if it fits no more elements.

Loading…
Cancel
Save