changeset 4864:ebcb4988b16f

Fixed documentation typo
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 17:19:10 -0700
parents cfe6336d7e60
children fff50e86c891 27c458e4ae31
files include/SDL_rwops.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_rwops.h	Sun Aug 22 15:34:28 2010 -0700
+++ b/include/SDL_rwops.h	Sun Aug 22 17:19:10 2010 -0700
@@ -65,7 +65,7 @@
                             size_t size, size_t maxnum);
 
     /**
-     *  Write exactly \c num objects each of size \c objsize from the area
+     *  Write exactly \c num objects each of size \c size from the area
      *  pointed at by \c ptr to data source.
      *  
      *  \return the number of objects written, or 0 at error or end of file.