From 0031bda77c4397cb0a22bd8e188a37f645bd6393 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 12 Dec 2009 20:30:25 +0000 Subject: [PATCH] Minor documentation fix --- 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 4c21a0be2..5b3afe954 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -219,7 +219,7 @@ extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, Uint32 flag, Uint32 key); /** - * \brief Sets the color key (transparent pixel) in a blittable surface. + * \brief Gets the color key (transparent pixel) in a blittable surface. * * \param surface The surface to update * \param key A pointer filled in with the transparent pixel in the native