From cba5857731cfcdc94e0d721d247e02da93c7fbbc Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 11 May 2014 15:59:22 +0200 Subject: [PATCH] Fixed typo in header comment. --- include/SDL_haptic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 234975abe..bc33a7921 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