summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 09:36:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-18 09:36:27 (GMT)
commit3aa4b20ea8f659c593c8ab827efc535856cd540a (patch)
tree2e8691fefda52db3403b3724b40ffb859bae30d3
parenta13251465203977fce3f8e1e584294e1f6e3996b (diff)
downloadtcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.zip
tcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.tar.gz
tcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.tar.bz2
Remove incorrect/useless comment
-rw-r--r--generic/tclIORChan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index dd24b0f..c48c904 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -58,8 +58,7 @@ static int ReflectSetOption(ClientData clientData,
const char *newValue);
/*
- * 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 = {