Commit 9412167e authored by Sam Lantinga's avatar Sam Lantinga

Fixed documentation typo

parent 81d43b4e
......@@ -65,7 +65,7 @@ typedef struct SDL_RWops
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment