mirror of https://github.com/encounter/SDL.git
SDL_QSA_AUDIO.C: Correct spelling mistake
occured -> occurred
This commit is contained in:
parent
57973cd379
commit
61f3662c95
|
@ -117,7 +117,7 @@ QSA_WaitDevice(_THIS)
|
||||||
int result;
|
int result;
|
||||||
|
|
||||||
/* Setup timeout for playing one fragment equal to 2 seconds */
|
/* Setup timeout for playing one fragment equal to 2 seconds */
|
||||||
/* If timeout occured than something wrong with hardware or driver */
|
/* If timeout occurred than something wrong with hardware or driver */
|
||||||
/* For example, Vortex 8820 audio driver stucks on second DAC because */
|
/* For example, Vortex 8820 audio driver stucks on second DAC because */
|
||||||
/* it doesn't exist ! */
|
/* it doesn't exist ! */
|
||||||
result = SDL_IOReady(this->hidden->audio_fd,
|
result = SDL_IOReady(this->hidden->audio_fd,
|
||||||
|
|
Loading…
Reference in New Issue