author | Sam Lantinga <slouken@libsdl.org> |
Fri, 26 Feb 2010 03:34:10 +0000 | |
changeset 3708 | d3f7cf8b0db0 |
parent 3707 | d8308bc267bc |
child 3709 | bf49b4a57dcf |
--- 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 */