Fixed typo in the comment

This commit is contained in:
Sam Lantinga
2010-02-26 03:34:10 +00:00
parent 978285b592
commit 77c0f695f9

View File

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