# HG changeset patch # User Sam Lantinga # Date 1283146490 25200 # Node ID 64a1db785f2cbf3dfe8f64f3caaecbf81ab8bdbd # Parent e1f1b209c196e10a0c546e577bdeaefdaa0a42bb Documentation consistency diff -r e1f1b209c196 -r 64a1db785f2c include/SDL_video.h --- a/include/SDL_video.h Sun Aug 29 22:28:38 2010 -0700 +++ b/include/SDL_video.h Sun Aug 29 22:34:50 2010 -0700 @@ -1227,7 +1227,7 @@ extern DECLSPEC int SDLCALL SDL_RenderFillRect(const SDL_Rect * rect); /** - * \brief Fill some number of rectangles in the current rendering target with the drawing color. + * \brief Fill some number of rectangles on the current rendering target with the drawing color. * * \param rects A pointer to an array of destination rectangles. * \param count The number of rectangles.