From 672bd0bbc6d289ec30b89ca50870fb77a1906ab3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 27 Jun 2010 23:17:36 -0700 Subject: [PATCH] Typo in documentation --- include/SDL_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_atomic.h b/include/SDL_atomic.h index cd620c314..e3711433f 100644 --- a/include/SDL_atomic.h +++ b/include/SDL_atomic.h @@ -118,7 +118,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_AtomicFetchThenIncrement32(volatile Uint32 * * * \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);