Corrected spelling in C source files.

This commit is contained in:
Philipp Wiesemann 2013-05-01 11:42:29 +02:00
parent 2b271666be
commit 5b428b875f
3 changed files with 8 additions and 8 deletions

View file

@ -433,7 +433,7 @@ SDL_SYS_HapticOpenFromXInput(SDL_Haptic * haptic, Uint8 userid)
* - Set data format.
* - Acquire exclusiveness.
* - Reset actuators.
* - Get supported featuers.
* - Get supported features.
*/
static int
SDL_SYS_HapticOpenFromDevice8(SDL_Haptic * haptic,
@ -888,7 +888,7 @@ SDL_SYS_ToDIEFFECT(SDL_Haptic * haptic, DIEFFECT * dest,
}
/* The big type handling switch, even bigger then linux's version. */
/* The big type handling switch, even bigger then Linux's version. */
switch (src->type) {
case SDL_HAPTIC_CONSTANT:
hap_constant = &src->constant;