# HG changeset patch # User Ryan C. Gordon # Date 1262763575 0 # Node ID 701f54683b241eea0818c136f07ebd81ffdbfed4 # Parent dcc88e97091d4fd047d2b1315cfa2c9f788241d7 Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix. diff -r dcc88e97091d -r 701f54683b24 include/SDL_rwops.h --- 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.