summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-26 08:32:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-26 08:32:17 (GMT)
commit8fc811e066034462c225778dd4e2ca614a3e13c6 (patch)
tree9cd29fad95d009ec31c0fb02a7f432e2847b341b /generic/tclEvent.c
parent6b55f89342181e459f07cee95f7ace98de336b9c (diff)
parentc4459402a9117b184d3ad0d2640628db19327ae4 (diff)
downloadtcl-8fc811e066034462c225778dd4e2ca614a3e13c6.zip
tcl-8fc811e066034462c225778dd4e2ca614a3e13c6.tar.gz
tcl-8fc811e066034462c225778dd4e2ca614a3e13c6.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 930c163..734f114 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -947,12 +947,12 @@ Tcl_Exit(
currentAppExitPtr = appExitPtr;
Tcl_MutexUnlock(&exitMutex);
- /*
+ /*
* Warning: this function SHOULD NOT return, as there is code that depends
* on Tcl_Exit never returning. In fact, we will Tcl_Panic if anyone
* returns, so critical is this dependcy.
*
- * If subsystems are not (yet) initialized, proper Tcl-finalization is
+ * If subsystems are not (yet) initialized, proper Tcl-finalization is
* impossible, so fallback to system exit, see bug-[f8a33ce3db5d8cc2].
*/