From 39548578f0705cc4e437f5c968a92b6f8e950c95 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 */