author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 06 Jan 2010 07:39:35 +0000 | |
changeset 3614 | 701f54683b24 |
parent 3613 | dcc88e97091d |
child 3615 | 4a4371a7cd4f |
--- 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.