Corrected header file documentation comment.
--- a/include/SDL_gamecontroller.h Sat Nov 15 15:07:55 2014 -0500
+++ b/include/SDL_gamecontroller.h Sat Nov 22 22:20:40 2014 +0100
@@ -43,7 +43,7 @@
* \file SDL_gamecontroller.h
*
* In order to use these functions, SDL_Init() must have been called
- * with the ::SDL_INIT_JOYSTICK flag. This causes SDL to scan the system
+ * with the ::SDL_INIT_GAMECONTROLLER flag. This causes SDL to scan the system
* for game controllers, and load appropriate drivers.
*
* If you would like to receive controller updates while the application