chiark / gitweb /
Typo.
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 30 Jul 2011 16:41:11 +0000 (17:41 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 30 Jul 2011 16:41:11 +0000 (17:41 +0100)
server/speaker.c

index a8524b4e607864ef66e69de313e1502ab2540b12..5100958023501200e00631a56cc0346c63bea525 100644 (file)
@@ -36,7 +36,7 @@
  * assumed that the main server won't start outrageously many decoders.
  *
  * Audio is supplied from this buffer to the uaudio play callback.  Playback is
  * assumed that the main server won't start outrageously many decoders.
  *
  * Audio is supplied from this buffer to the uaudio play callback.  Playback is
- * enabled when a track is to be played and disabled when the its last bytes
+ * enabled when a track is to be played and disabled when its last bytes
  * have been returned by the callback; pause and resume is implemented the
  * obvious way.  If the callback finds itself required to play when there is no
  * playing track it returns dead air.
  * have been returned by the callback; pause and resume is implemented the
  * obvious way.  If the callback finds itself required to play when there is no
  * playing track it returns dead air.