Commit 81c574b8cb16064c52613ef380926224a132f58d

Philipp Wiesemann 2014-05-11T15:59:22

Fixed typo in header comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h
index 234975a..bc33a79 100644
--- a/include/SDL_haptic.h
+++ b/include/SDL_haptic.h
@@ -1148,7 +1148,7 @@ extern DECLSPEC int SDLCALL SDL_HapticPause(SDL_Haptic * haptic);
  *
  *  Call to unpause after SDL_HapticPause().
  *
- *  \param haptic Haptic device to pause.
+ *  \param haptic Haptic device to unpause.
  *  \return 0 on success or -1 on error.
  *
  *  \sa SDL_HapticPause