audio: Fix a comment

This commit is contained in:
Hajime Hoshi 2016-06-28 02:50:13 +09:00
parent 5551a70776
commit d6c1bb2ae8

View File

@ -319,7 +319,7 @@ func NewPlayerFromBytes(context *Context, src []byte) (*Player, error) {
// Close closes the stream. Ths source stream passed by NewPlayer will also be closed.
//
// After closing, the stream owned by the player will also be closed by calling its Close.
// When closing, the stream owned by the player will also be closed by calling its Close.
//
// This function is concurrent-safe.
func (p *Player) Close() error {