Quellcode durchsuchen

SDL_PS2_MAIN.C: Correct spelling mistake

untill -> until
Hubert Maier vor 3 Jahren
Ursprung
Commit
3369b0163f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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--;