diff --git a/include/SDL_video.h b/include/SDL_video.h
index 767c4e9ab0bf8b6721399fba765dd6b119ee0d97..46a51da134acaf7c24f1eb7e5b08e323fcfc1f5d 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