Fixed typo in the comment

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404469
This commit is contained in:
Sam Lantinga 2010-02-26 03:34:10 +00:00
parent 6989ef71d5
commit d56347edfb

View file

@ -74,7 +74,7 @@ typedef struct SDL_Surface
int pitch; /**< Read-only */ int pitch; /**< Read-only */
void *pixels; /**< Read-write */ void *pixels; /**< Read-write */
/** Application data associated with the surfade */ /** Application data associated with the surface */
void *userdata; /**< Read-write */ void *userdata; /**< Read-write */
/** information needed for surfaces requiring locks */ /** information needed for surfaces requiring locks */