We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4de7a commit 9c54d68Copy full SHA for 9c54d68
src/audio/qnx/SDL_qsa_audio.c
@@ -90,7 +90,7 @@ static bool QSA_WaitDevice(SDL_AudioDevice *device)
90
{
91
// Setup timeout for playing one fragment equal to 2 seconds
92
// If timeout occurred then something wrong with hardware or driver
93
- // For example, Vortex 8820 audio driver sticks on second DAC because
+ // For example, Vortex 8820 audio driver hangs on second DAC because
94
// it doesn't exist !
95
const int result = SDL_IOReady(device->hidden->audio_fd,
96
device->recording ? SDL_IOR_READ : SDL_IOR_WRITE,
0 commit comments