Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed wording for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 7, 2010
1 parent 5282223 commit 8340558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_mutex.h
Expand Up @@ -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
Expand Down

0 comments on commit 8340558

Please sign in to comment.