changeset 3614:701f54683b24

Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 07:39:35 +0000
parents dcc88e97091d
children 4a4371a7cd4f
files include/SDL_rwops.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_rwops.h	Wed Jan 06 07:39:09 2010 +0000
+++ b/include/SDL_rwops.h	Wed Jan 06 07:39:35 2010 +0000
@@ -56,7 +56,7 @@
                            int whence);
 
     /**
-     *  Read up to \c num objects each of size \c objsize from the data
+     *  Read up to \c maxnum objects each of size \c size from the data
      *  source to the area pointed at by \c ptr.
      *  
      *  \return the number of objects read, or 0 at error or end of file.