changeset 4887:0a77d2fc95ad

Fixed grammar, thanks to Sheena's suggestion.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Sep 2010 17:12:19 -0700
parents df5525eb7c41
children 8c9cbb623d55
files include/SDL_video.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);