Browse Source

SDL_PS2_MAIN.C: Correct spelling mistake

untill -> until
Hubert Maier 2 years ago
parent
commit
3369b0163f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/ps2/SDL_ps2_main.c

+ 1 - 1
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--;