Corrected spelling in C source files.

This commit is contained in:
Philipp Wiesemann 2013-05-01 11:59:54 +02:00
parent 5b428b875f
commit e83262a725
7 changed files with 17 additions and 17 deletions

View file

@ -31,12 +31,12 @@ struct joystick_hwdata
SDL_JoystickGUID guid;
char *fname; /* Used in haptic subsystem */
/* The current linux joystick driver maps hats to two axes */
/* The current Linux joystick driver maps hats to two axes */
struct hwdata_hat
{
int axis[2];
} *hats;
/* The current linux joystick driver maps balls to two axes */
/* The current Linux joystick driver maps balls to two axes */
struct hwdata_ball
{
int axis[2];