summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2005-01-21 17:41:59 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2005-01-21 17:41:59 (GMT)
commitb5919f37e5fba12a242b47e54ae150aabe966103 (patch)
tree992920c5918e4214ed28883f8f9345c479733dbd /generic/tclThread.c
parente969cde2c9fdf0841419ee14e431a74eea064468 (diff)
downloadtcl-b5919f37e5fba12a242b47e54ae150aabe966103.zip
tcl-b5919f37e5fba12a242b47e54ae150aabe966103.tar.gz
tcl-b5919f37e5fba12a242b47e54ae150aabe966103.tar.bz2
* generic/tclThread.c: Typo police. Fixed some nits
* generic/tclCmdAH.c: in header comments of functions. * generic/tclBasic.c: (Missing --). * generic/tclFileName.c: FossilOrigin-Name: d125e517a43ea882d9561d9357fbe6549aeeb642
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r--generic/tclThread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c
index 7cc8b68..ab079c1 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThread.c,v 1.8 2004/06/24 01:29:02 mistachkin Exp $
+ * RCS: @(#) $Id: tclThread.c,v 1.9 2005/01/21 17:42:27 andreas_kupries Exp $
*/
#include "tclInt.h"
@@ -309,7 +309,7 @@ TclRememberMutex(mutexPtr)
/*
*----------------------------------------------------------------------
*
- * Tcl_MutexFinalize
+ * Tcl_MutexFinalize --
*
* Finalize a single mutex and remove it from the
* list of remembered objects.
@@ -382,7 +382,7 @@ TclRememberCondition(condPtr)
/*
*----------------------------------------------------------------------
*
- * Tcl_ConditionFinalize
+ * Tcl_ConditionFinalize --
*
* Finalize a single condition variable and remove it from the
* list of remembered objects.