Sync wiki -> header
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 882c4ee..c018e3b 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -801,8 +801,8 @@
* If `event` is NULL, it simply returns 1 if there is an event in the queue,
* but will not remove it from the queue.
*
- * As this function may implicitly call SDL_PumpEvents(), you can only call this
- * function in the thread that set the video mode.
+ * As this function may implicitly call SDL_PumpEvents(), you can only call
+ * this function in the thread that set the video mode.
*
* SDL_PollEvent() is the favored way of receiving system events since it can
* be done from the main loop and does not suspend the main loop while waiting
@@ -841,8 +841,8 @@
* If `event` is not NULL, the next event is removed from the queue and stored
* in the SDL_Event structure pointed to by `event`.
*
- * As this function may implicitly call SDL_PumpEvents(), you can only call this
- * function in the thread that initialized the video subsystem.
+ * As this function may implicitly call SDL_PumpEvents(), you can only call
+ * this function in the thread that initialized the video subsystem.
*
* \param event the SDL_Event structure to be filled in with the next event
* from the queue, or NULL
@@ -862,8 +862,8 @@
* If `event` is not NULL, the next event is removed from the queue and stored
* in the SDL_Event structure pointed to by `event`.
*
- * As this function may implicitly call SDL_PumpEvents(), you can only call this
- * function in the thread that initialized the video subsystem.
+ * As this function may implicitly call SDL_PumpEvents(), you can only call
+ * this function in the thread that initialized the video subsystem.
*
* \param event the SDL_Event structure to be filled in with the next event
* from the queue, or NULL