Mercurial > sdl-ios-xcode
diff include/SDL_surface.h @ 3708:d3f7cf8b0db0
Fixed typo in the comment
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 26 Feb 2010 03:34:10 +0000 |
parents | f7b03b6838cb |
children | bf49b4a57dcf |
line wrap: on
line diff
--- a/include/SDL_surface.h Wed Feb 17 04:42:52 2010 +0000 +++ b/include/SDL_surface.h Fri Feb 26 03:34:10 2010 +0000 @@ -74,7 +74,7 @@ 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 */