# HG changeset patch # User Sam Lantinga # Date 1277705856 25200 # Node ID 1190230578812b675f762543cb692f13575d300b # Parent e8045ba3f79fbabe918b3d8ec47fbe49e1f9af83 Typo in documentation diff -r e8045ba3f79f -r 119023057881 include/SDL_atomic.h --- 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);