From 77c0f695f95331e85d6e28537d9b3b1fdd0019d3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 26 Feb 2010 03:34:10 +0000 Subject: [PATCH] Fixed typo in the comment --- include/SDL_surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_surface.h b/include/SDL_surface.h index f205f780b..9a9a72e12 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -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 */