Documentation clarification

This commit is contained in:
Sam Lantinga 2010-08-29 15:26:12 -07:00
parent 7411f7531b
commit fa8d01e8ab

View file

@ -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()
*/