From 3369b0163f2a62e88b04e45d6ce78328bdf76611 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 30 Oct 2022 08:43:04 +0100 Subject: [PATCH] SDL_PS2_MAIN.C: Correct spelling mistake untill -> until --- src/main/ps2/SDL_ps2_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--;