Fixed comment typo.
This commit is contained in:
parent
6f21990987
commit
cd94a10070
3 changed files with 3 additions and 3 deletions
|
@ -506,7 +506,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick)
|
|||
|
||||
|
||||
/*
|
||||
* Checks to see if the haptic device and joystick and in reality the same.
|
||||
* Checks to see if the haptic device and joystick are in reality the same.
|
||||
*/
|
||||
int
|
||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
||||
|
|
|
@ -368,7 +368,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick)
|
|||
|
||||
|
||||
/*
|
||||
* Checks to see if the haptic device and joystick and in reality the same.
|
||||
* Checks to see if the haptic device and joystick are in reality the same.
|
||||
*/
|
||||
int
|
||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
||||
|
|
|
@ -631,7 +631,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick)
|
|||
|
||||
|
||||
/*
|
||||
* Checks to see if the haptic device and joystick and in reality the same.
|
||||
* Checks to see if the haptic device and joystick are in reality the same.
|
||||
*/
|
||||
int
|
||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue