# HG changeset patch # User Sam Lantinga # Date 1267155250 0 # Node ID d3f7cf8b0db091fb56f8fa10f0e41af4d4836d1d # Parent d8308bc267bc37d471ad7c7116f5e04aeb7f4d38 Fixed typo in the comment diff -r d8308bc267bc -r d3f7cf8b0db0 include/SDL_surface.h --- 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 */