Typo in documentation
This commit is contained in:
parent
09f20dba54
commit
5f38782163
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue