summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 09:52:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 09:52:50 (GMT)
commit68b0869b24c5573432dba481b9ce0a77a24ce5a7 (patch)
tree2ea27db5d348d98fe3a2267f462aac29030c28ef
parent08b011a03846f11447b0f7ed7883ad65fef31729 (diff)
parent8df980fc3e5126f5d75b663e70b6b59f292d7e1a (diff)
downloadtcl-68b0869b24c5573432dba481b9ce0a77a24ce5a7.zip
tcl-68b0869b24c5573432dba481b9ce0a77a24ce5a7.tar.gz
tcl-68b0869b24c5573432dba481b9ce0a77a24ce5a7.tar.bz2
Merge 8.7
-rw-r--r--generic/tclIORChan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index fe6d1c1..6594234 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -56,8 +56,7 @@ static void TimerRunRead(ClientData clientData);
static void TimerRunWrite(ClientData clientData);
/*
- * The C layer channel type/driver definition used by the reflection. This is
- * a version 3 structure.
+ * The C layer channel type/driver definition used by the reflection.
*/
static const Tcl_ChannelType tclRChannelType = {