From fa8d01e8ab221a3840ce9cb0e86d8e2c09570ba1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Aug 2010 15:26:12 -0700 Subject: [PATCH] Documentation clarification --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index a819aba8a..5ea0a4a5f 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -606,7 +606,7 @@ extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window, SDL_Surface * icon); /** - * \brief Associate an arbitrary pointer with the window. + * \brief Associate an arbitrary pointer with a window. * * \sa SDL_GetWindowData() */