changeset 4469:f67139f6d87f

Fixed wording for consistency
author Sam Lantinga <slouken@libsdl.org>
date Sun, 06 Jun 2010 21:09:45 -0700
parents 82f357a91d43
children a5878b271b74
files include/SDL_mutex.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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