Mercurial > sdl-ios-xcode
changeset 3708:d3f7cf8b0db0
Fixed typo in the comment
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 26 Feb 2010 03:34:10 +0000 |
parents | d8308bc267bc |
children | bf49b4a57dcf |
files | include/SDL_surface.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */