mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
mutex: Fixed typos in documentation
This commit is contained in:
parent
a4b4dff4a2
commit
736f9fb9b9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ extern DECLSPEC int SDLCALL SDL_LockMutex(SDL_mutex * mutex) SDL_ACQUIRE(mutex);
|
||||||
* Try to lock a mutex without blocking.
|
* Try to lock a mutex without blocking.
|
||||||
*
|
*
|
||||||
* This works just like SDL_LockMutex(), but if the mutex is not available,
|
* This works just like SDL_LockMutex(), but if the mutex is not available,
|
||||||
* this function returns `SDL_MUTEX_TIMEOUT` immediately.
|
* this function returns `SDL_MUTEX_TIMEDOUT` immediately.
|
||||||
*
|
*
|
||||||
* This technique is useful if you need exclusive access to a resource but
|
* This technique is useful if you need exclusive access to a resource but
|
||||||
* don't want to wait for it, and will return to it to try again later.
|
* don't want to wait for it, and will return to it to try again later.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue