X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/9e89d26a8e1378f17a19da072c5f7308ddaf24f1..b60ceb3caecce2c86c484e6173fb1428b71d456a:/server/speaker.c diff --git a/server/speaker.c b/server/speaker.c index a8524b4..5100958 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -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 - * 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.