Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404365
This commit is contained in:
Ryan C. Gordon 2010-01-06 07:39:35 +00:00
parent 63e191d64d
commit 65a38589ba

View file

@ -56,7 +56,7 @@ typedef struct SDL_RWops
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.