Fixed a typo in the header.

This commit is contained in:
Sam Lantinga 2011-11-07 02:25:01 -05:00
parent 6a5a074397
commit 76714d4f99

View File

@ -280,7 +280,7 @@ typedef struct SDL_JoyButtonEvent
/**
* \brief Touch finger motion/finger event structure (event.tmotion.*)
* \brief Touch finger motion/finger event structure (event.tfinger.*)
*/
typedef struct SDL_TouchFingerEvent
{
@ -302,7 +302,7 @@ typedef struct SDL_TouchFingerEvent
/**
* \brief Touch finger motion/finger event structure (event.tmotion.*)
* \brief Touch finger motion/finger event structure (event.tbutton.*)
*/
typedef struct SDL_TouchButtonEvent
{