X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/9e4d6051b4661ec2992a638d747fa2d4e6a4e516..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.