Commit 82f6decc authored by Sam Lantinga's avatar Sam Lantinga

Fixed wording for consistency

parent 52154ae7
...@@ -194,7 +194,7 @@ extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond); ...@@ -194,7 +194,7 @@ extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
* *
* \return 0 when it is signaled, or -1 on error. * \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 * Waits for at most \c ms milliseconds, and returns 0 if the condition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment