# HG changeset patch # User Sam Lantinga # Date 1260649825 0 # Node ID 6b69c5def097a3bd90bdfd4533d61b9f8385ff44 # Parent 686f0e69cd37d99627c01e6f9598404a140039cf Minor documentation fix diff -r 686f0e69cd37 -r 6b69c5def097 include/SDL_surface.h --- a/include/SDL_surface.h Sat Dec 12 04:01:40 2009 +0000 +++ b/include/SDL_surface.h Sat Dec 12 20:30:25 2009 +0000 @@ -219,7 +219,7 @@ 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