flac: minor update of comment

This commit is contained in:
mewmew 2018-05-25 18:15:07 +02:00
parent 36cc17efed
commit fcab6ed7a2

View file

@ -128,7 +128,7 @@ func (stream *Stream) parseStreamInfo() (isLast bool, err error) {
return block.IsLast, nil
}
// skipId3v2 skips ID3v2 data prepended to flac files.
// skipID3v2 skips ID3v2 data prepended to flac files.
func (stream *Stream) skipID3v2() error {
r := bufio.NewReader(stream.r)