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

@ -152,7 +152,7 @@ extern "C"
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 SDL_TRUE;