From 8340558395e94bc65652e2a256601af7abf13ed4 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 6 Jun 2010 21:09:45 -0700 Subject: [PATCH] Fixed wording for consistency --- include/SDL_mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_mutex.h b/include/SDL_mutex.h index dcafbb7e2..e066f944b 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