diff --git a/audio/interface.go b/audio/interface.go
index 91d852274102a9de0fc969208de4ca56f307dffd..adbc6a3a1227189698e3809bb6aa750caf3ef323 100644
--- a/audio/interface.go
+++ b/audio/interface.go
@@ -32,7 +32,7 @@ type Streamer interface {
 	//
 	//   3. n == 0 && !ok
 	//
-	// Streamer is drained and no more samples will come. Only this case may occur in the
+	// The Streamer is drained and no more samples will come. Only this case may occur in the
 	// following calls.
 	Stream(samples [][2]float64) (n int, ok bool)
 }