summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-09-23 16:38:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-09-23 16:38:30 (GMT)
commitcd91553ab5cce8811e9e68bf920f14063a85c7d3 (patch)
treed3c0da39fbd9e23d2cb9ef29166124ea1f4a6aad /win/tclWinConsole.c
parent6db25dbb4a9efbd48d795450836aeeb3ccfd6580 (diff)
parent74097337fcadf1c614db88a4ef9952825d68e86b (diff)
downloadtcl-cd91553ab5cce8811e9e68bf920f14063a85c7d3.zip
tcl-cd91553ab5cce8811e9e68bf920f14063a85c7d3.tar.gz
tcl-cd91553ab5cce8811e9e68bf920f14063a85c7d3.tar.bz2
Merge trunk; Remove "Known Bugs" that are now fixed; changes file wordsmithing
Diffstat (limited to 'win/tclWinConsole.c')
-rw-r--r--win/tclWinConsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index ee04b05..7b73780 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -1482,7 +1482,7 @@ static void
ConsoleWatchProc(
void *instanceData, /* Console state. */
int newMask) /* What events to watch for, one of
- * of TCL_READABLE, TCL_WRITABLE */
+ * TCL_READABLE, TCL_WRITABLE */
{
ConsoleChannelInfo **nextPtrPtr, *ptr;
ConsoleChannelInfo *chanInfoPtr = (ConsoleChannelInfo *)instanceData;
@@ -1719,7 +1719,7 @@ ConsoleReaderThread(
/*
* Loop back to recheck for exit conditions changes while the
- * the lock was not held.
+ * lock was not held.
*/
continue;
}