small fix in comment

This commit is contained in:
Volker Fischer 2014-02-24 23:30:50 +00:00
parent 121a0b4d69
commit 3ba632be9e

View File

@ -497,7 +497,7 @@ OSStatus CSound::deviceNotification ( AudioDeviceID,
{ {
// xrun handling (it is important to act on xruns under CoreAudio // xrun handling (it is important to act on xruns under CoreAudio
// since it seems that the xrun situation stays stable for a // 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 ); pSound->EmitReinitRequestSignal ( RS_ONLY_RESTART );
} }