diff --git a/src/main/ps2/SDL_ps2_main.c b/src/main/ps2/SDL_ps2_main.c index 77ec4c5db..6d5c43a03 100644 --- a/src/main/ps2/SDL_ps2_main.c +++ b/src/main/ps2/SDL_ps2_main.c @@ -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--;