From bc366683ade651499cd6a4010f6a7c5d78428178 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Aug 2010 22:12:59 -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 767c4e9ab..46a51da13 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1164,7 +1164,7 @@ extern DECLSPEC int SDLCALL SDL_RenderClear(void); extern DECLSPEC int SDLCALL SDL_RenderDrawPoint(int x, int y); /** - * \brief Draw some number of points on the current rendering target. + * \brief Draw multiple points on the current rendering target. * * \param points The points to draw * \param count The number of points to draw