diff include/SDL_atomic.h @ 4474:119023057881

Typo in documentation
author Sam Lantinga <slouken@libsdl.org>
date Sun, 27 Jun 2010 23:17:36 -0700
parents f7b03b6838cb
children 3a95a2b93eb3
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);