diff options
author | Sam Lantinga <slouken@libsdl.org> | 2010-06-06 21:09:45 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2010-06-06 21:09:45 -0700 |
commit | 3a228f30bf685757b0eb0d8725dffeb46300fc9b (patch) | |
tree | c9d77aca2b540420f716e86b0fcd51a0e53cab87 /include/SDL_mutex.h | |
parent | b8da79e726e532fdbe2d5a76e0f498604e81b7b1 (diff) |
Fixed wording for consistency
Diffstat (limited to 'include/SDL_mutex.h')
-rw-r--r-- | include/SDL_mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_mutex.h b/include/SDL_mutex.h index dcafbb7e23..e066f944b3 100644 --- a/include/SDL_mutex.h +++ b/include/SDL_mutex.h @@ -194,7 +194,7 @@ extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond); * * \return 0 when it is signaled, or -1 on error. */ -extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mut); +extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex); /** * Waits for at most \c ms milliseconds, and returns 0 if the condition |