From ce401bf9fbb36095f92f23d40c55207d53c68e55 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Sep 2010 17:12:19 -0700 Subject: [PATCH] Fixed grammar, thanks to Sheena's suggestion. --- include/SDL_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 18027cc5f..5743460fa 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -598,9 +598,9 @@ extern DECLSPEC void SDLCALL SDL_SetWindowTitle(SDL_Window * window, 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);