Mercurial > sdl-ios-xcode
changeset 4474:119023057881
Typo in documentation
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 27 Jun 2010 23:17:36 -0700 |
parents | e8045ba3f79f |
children | 883a2f2ff43f |
files | include/SDL_atomic.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_atomic.h Sat Jun 26 08:58:06 2010 -0700 +++ b/include/SDL_atomic.h Sun Jun 27 23:17:36 2010 -0700 @@ -118,7 +118,7 @@ * * \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);