mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 23:31:45 +00:00
SDL_PS2_MAIN.C: Correct spelling mistake
untill -> until
This commit is contained in:

committed by
Ryan C. Gordon

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--;
|
||||
|
Reference in New Issue
Block a user