changeset 4876:876f97bc7275

Documentation clarification
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Aug 2010 22:12:59 -0700
parents 22ce07e8e824
children f191762fb5c6
files include/SDL_video.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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