X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/9e89d26a8e1378f17a19da072c5f7308ddaf24f1..e626b1f0dd8a032398a5e18d0eb2fe38ade2f52d:/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.