From 0db0f08d88b16c0be2313b29ac2c9f3ac72c4f97 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Aug 2010 22:34:50 -0700 Subject: [PATCH] Documentation consistency --- 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 ab7fd7cfd..e2085ebed 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1227,7 +1227,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int cou 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.