From 65a38589ba527fc8637f5b128b3363e01deb5b9d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 6 Jan 2010 07:39:35 +0000 Subject: [PATCH] Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404365 --- include/SDL_rwops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index f6e374bee..9077e4f57 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -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.