summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-26 12:30:52 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-26 12:30:52 +0200
commitd06a0935e65c685f94a9b73ee85e79480aaf8962 (patch)
tree12482f0e97ddc7a579cb8d34a18827519441752b /include
parent4edf9290cc4907fafdf2aed7689c34aea3c02775 (diff)
Corrected documentation errors in header file.
Diffstat (limited to 'include')
-rw-r--r--include/SDL_haptic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h
index 6548ad6160..a06c310b0f 100644
--- a/include/SDL_haptic.h
+++ b/include/SDL_haptic.h
@@ -614,7 +614,7 @@ typedef struct SDL_HapticCondition
*
* The ramp effect starts at start strength and ends at end strength.
* It augments in linear fashion. If you use attack and fade with a ramp
- * they effects get added to the ramp effect making the effect become
+ * the effects get added to the ramp effect making the effect become
* quadratic instead of linear.
*
* \sa SDL_HAPTIC_RAMP
@@ -700,7 +700,7 @@ typedef struct SDL_HapticCustom
*
* Button triggers may not be supported on all devices, it is advised to not
* use them if possible. Buttons start at index 1 instead of index 0 like
- * they joystick.
+ * the joystick.
*
* If both attack_length and fade_level are 0, the envelope is not used,
* otherwise both values are used.
@@ -767,7 +767,7 @@ typedef union SDL_HapticEffect
/* Function prototypes */
/**
- * \brief Count the number of joysticks attached to the system.
+ * \brief Count the number of haptic devices attached to the system.
*
* \return Number of haptic devices detected on the system.
*/