# HG changeset patch # User Sam Lantinga # Date 1284855139 25200 # Node ID 0a77d2fc95ad0b17972a2922a26c765259d326c5 # Parent df5525eb7c41083d595149502cd4ef0cdaf164db Fixed grammar, thanks to Sheena's suggestion. diff -r df5525eb7c41 -r 0a77d2fc95ad include/SDL_video.h --- a/include/SDL_video.h Fri Sep 17 09:08:47 2010 -0700 +++ b/include/SDL_video.h Sat Sep 18 17:12:19 2010 -0700 @@ -598,9 +598,9 @@ extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window); /** - * \brief Set the icon of a window. + * \brief Set the icon for a window. * - * \param icon The icon for a window. + * \param icon The icon for the window. */ extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window, SDL_Surface * icon);