Commit c9ff90b949286bfbfba7ca53c385216e66201d72

Sam Lantinga 2022-01-06T12:03:09

Clarify comment Co-authored-by: Simon McVittie <smcv@debian.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/events/SDL_events.c b/src/events/SDL_events.c
index 60737f8..84d0def 100644
--- a/src/events/SDL_events.c
+++ b/src/events/SDL_events.c
@@ -989,7 +989,7 @@ SDL_WaitEventTimeout(SDL_Event * event, int timeout)
         return 0;
     case 0:
         if (timeout == 0) {
-            /* No events available, and no timeout */
+            /* No events available, and not willing to wait */
             return 0;
         }
         break;