# HG changeset patch # User Sam Lantinga # Date 1275883785 25200 # Node ID f67139f6d87f1f3f9bc7779129e11ee377881ad8 # Parent 82f357a91d43f2a9cd502724c291956cc368f024 Fixed wording for consistency diff -r 82f357a91d43 -r f67139f6d87f include/SDL_mutex.h --- a/include/SDL_mutex.h Mon May 24 22:56:36 2010 -0700 +++ b/include/SDL_mutex.h Sun Jun 06 21:09:45 2010 -0700 @@ -194,7 +194,7 @@ * * \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