Skip to content

Commit

Permalink
Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 28, 2013
1 parent 4b255c6 commit 7949989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/haptic/darwin/SDL_syshaptic.c
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/haptic/linux/SDL_syshaptic.c
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/haptic/windows/SDL_syshaptic.c
Expand Up @@ -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)
Expand Down

0 comments on commit 7949989

Please sign in to comment.