Fixed typo in internal joystick documentation comments.

This commit is contained in:
Philipp Wiesemann 2015-04-15 21:29:55 +02:00
parent bb9dd1ec0c
commit fc24a2d81e
9 changed files with 9 additions and 9 deletions

View file

@ -621,7 +621,7 @@ SDL_SYS_JoystickOpen(SDL_Joystick * joystick, int device_index)
return (0);
}
/* Function to determine is this joystick is attached to the system right now */
/* Function to determine if this joystick is attached to the system right now */
SDL_bool SDL_SYS_JoystickAttached(SDL_Joystick *joystick)
{
return joystick->hwdata->item != NULL;