summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
commit475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52 (patch)
tree19994fe7776bae05ebec5874f3239f8992393498 /win/tclWinConsole.c
parent4248deef0b06ef0e95625e3b40a677427dc55f78 (diff)
downloadtcl-minor.zip
tcl-minor.tar.gz
tcl-minor.tar.bz2
Fix ungrammatical doubling of words in commentsminor
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;
}