Commit b70222d056e19aed30e01df14e1a1bd0d46652f0

Ryan C. Gordon 2019-11-01T04:32:44

Fixed a comment typo (thanks, Dominus!). https://twitter.com/iniquitatis/status/1190064278365188102

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 1e1e47e..eaf5743 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -559,7 +559,7 @@ typedef union SDL_Event
 {
     Uint32 type;                    /**< Event type, shared with all events */
     SDL_CommonEvent common;         /**< Common event data */
-    SDL_DisplayEvent display;       /**< Window event data */
+    SDL_DisplayEvent display;       /**< Display event data */
     SDL_WindowEvent window;         /**< Window event data */
     SDL_KeyboardEvent key;          /**< Keyboard event data */
     SDL_TextEditingEvent edit;      /**< Text editing event data */