Browse Source

Fixed comment in gesture source.

Philipp Wiesemann 9 years ago
parent
commit
fd3dd4e515
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/events/SDL_gesture.c

+ 1 - 1
src/events/SDL_gesture.c

@@ -21,7 +21,7 @@
 
 #include "../SDL_internal.h"
 
-/* General mouse handling code for SDL */
+/* General gesture handling code for SDL */
 
 #include "SDL_events.h"
 #include "SDL_endian.h"