From bf4e7eb612dbcdaf58b35ed6ca1a152c8f5bfd15 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 5 May 2017 05:10:30 -0700 Subject: [PATCH] Fixed comment typo --- include/SDL_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 318153885..0a94b13d1 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -724,7 +724,7 @@ extern DECLSPEC void SDLCALL SDL_FilterEvents(SDL_EventFilter filter, /** * This function allows you to set the state of processing certain events. * - If \c state is set to ::SDL_IGNORE, that event will be automatically - * dropped from the event queue and will not event be filtered. + * dropped from the event queue and will not be filtered. * - If \c state is set to ::SDL_ENABLE, that event will be processed * normally. * - If \c state is set to ::SDL_QUERY, SDL_EventState() will return the