mirror of
https://github.com/encounter/SDL.git
synced 2025-05-20 14:21:25 +00:00
SDL_PS2_MAIN.C: Correct spelling mistake
untill -> until
This commit is contained in:
parent
d7a46a16e9
commit
3369b0163f
@ -59,7 +59,7 @@ static void waitUntilDeviceIsReady(char *path)
|
||||
|
||||
while(ret != 0 && retries > 0) {
|
||||
ret = stat(path, &buffer);
|
||||
/* Wait untill the device is ready */
|
||||
/* Wait until the device is ready */
|
||||
nopdelay();
|
||||
|
||||
retries--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user