Typo in documentation

This commit is contained in:
Sam Lantinga 2010-06-27 23:17:36 -07:00
parent 09f20dba54
commit 5f38782163

View file

@ -118,7 +118,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_AtomicFetchThenIncrement32(volatile Uint32 *
* *
* \return The value before it was decremented. * \return The value before it was decremented.
* *
* \param ptr Address of the value to fetch and drement * \param ptr Address of the value to fetch and decrement
*/ */
extern DECLSPEC Uint32 SDLCALL SDL_AtomicFetchThenDecrement32(volatile Uint32 * ptr); extern DECLSPEC Uint32 SDLCALL SDL_AtomicFetchThenDecrement32(volatile Uint32 * ptr);