From 3ba632be9ebb0835ba176b1f645bb2ca2fa5a979 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 24 Feb 2014 23:30:50 +0000 Subject: [PATCH] small fix in comment --- mac/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/sound.cpp b/mac/sound.cpp index 055e02b3..c79921ec 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -497,7 +497,7 @@ OSStatus CSound::deviceNotification ( AudioDeviceID, { // xrun handling (it is important to act on xruns under CoreAudio // since it seems that the xrun situation stays stable for a - // while and would give you a long time bad audio + // while and would give you a long time bad audio) pSound->EmitReinitRequestSignal ( RS_ONLY_RESTART ); }