Skip to content

Commit 9c54d68

Browse files
committed
arguably better wording..
1 parent ed4de7a commit 9c54d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/qnx/SDL_qsa_audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static bool QSA_WaitDevice(SDL_AudioDevice *device)
9090
{
9191
// Setup timeout for playing one fragment equal to 2 seconds
9292
// If timeout occurred then something wrong with hardware or driver
93-
// For example, Vortex 8820 audio driver sticks on second DAC because
93+
// For example, Vortex 8820 audio driver hangs on second DAC because
9494
// it doesn't exist !
9595
const int result = SDL_IOReady(device->hidden->audio_fd,
9696
device->recording ? SDL_IOR_READ : SDL_IOR_WRITE,

0 commit comments

Comments
 (0)