# HG changeset patch # User Sam Lantinga # Date 1283145179 25200 # Node ID 876f97bc72751902aab10299878be6c480f44869 # Parent 22ce07e8e824c14823d5e7dd28ad8ce4b3839678 Documentation clarification diff -r 22ce07e8e824 -r 876f97bc7275 include/SDL_video.h --- a/include/SDL_video.h Sun Aug 29 21:41:11 2010 -0700 +++ b/include/SDL_video.h Sun Aug 29 22:12:59 2010 -0700 @@ -1164,7 +1164,7 @@ 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