From 9c54d686aadab05b529fe1a9fdd820b1fdfdb7b6 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 27 Jul 2025 20:00:02 +0300
Subject: [PATCH] arguably better wording..
---
src/audio/qnx/SDL_qsa_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio/qnx/SDL_qsa_audio.c b/src/audio/qnx/SDL_qsa_audio.c
index 1c5b91ac8738c..005a9b60c4183 100644
--- a/src/audio/qnx/SDL_qsa_audio.c
+++ b/src/audio/qnx/SDL_qsa_audio.c
@@ -90,7 +90,7 @@ static bool QSA_WaitDevice(SDL_AudioDevice *device)
{
// Setup timeout for playing one fragment equal to 2 seconds
// If timeout occurred then something wrong with hardware or driver
- // For example, Vortex 8820 audio driver sticks on second DAC because
+ // For example, Vortex 8820 audio driver hangs on second DAC because
// it doesn't exist !
const int result = SDL_IOReady(device->hidden->audio_fd,
device->recording ? SDL_IOR_READ : SDL_IOR_WRITE,