diff options
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r-- | generic/tclThread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c index 065df0e..c2112b7 100644 --- a/generic/tclThread.c +++ b/generic/tclThread.c @@ -284,7 +284,7 @@ Tcl_MutexFinalize( /* *---------------------------------------------------------------------- * - * TclpMutexUnlockAndFinalize -- + * TclMutexUnlockAndFinalize -- * * This procedure is invoked to unlock and then finalize a mutex. * The mutex must have been locked by Tcl_MutexLock. It is also @@ -301,7 +301,7 @@ Tcl_MutexFinalize( */ void -TclpMutexUnlockAndFinalize( +TclMutexUnlockAndFinalize( Tcl_Mutex *mutexPtr) { Tcl_Mutex mutex; |