SDL_PS2_MAIN.C: Correct spelling mistake

untill -> until
This commit is contained in:
Hubert Maier 2022-10-30 08:43:04 +01:00 committed by Ryan C. Gordon
parent d7a46a16e9
commit 3369b0163f
1 changed files with 1 additions and 1 deletions

View File

@ -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--;