diff include/SDL_rwops.h @ 4864:ebcb4988b16f

Fixed documentation typo
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 17:19:10 -0700
parents f7b03b6838cb
children 158bb5752974
line wrap: on
line diff
--- a/include/SDL_rwops.h	Sun Aug 22 15:34:28 2010 -0700
+++ b/include/SDL_rwops.h	Sun Aug 22 17:19:10 2010 -0700
@@ -65,7 +65,7 @@
                             size_t size, size_t maxnum);
 
     /**
-     *  Write exactly \c num objects each of size \c objsize from the area
+     *  Write exactly \c num objects each of size \c size from the area
      *  pointed at by \c ptr to data source.
      *  
      *  \return the number of objects written, or 0 at error or end of file.