diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-18 09:36:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-18 09:36:27 (GMT) |
commit | 3aa4b20ea8f659c593c8ab827efc535856cd540a (patch) | |
tree | 2e8691fefda52db3403b3724b40ffb859bae30d3 | |
parent | a13251465203977fce3f8e1e584294e1f6e3996b (diff) | |
download | tcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.zip tcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.tar.gz tcl-3aa4b20ea8f659c593c8ab827efc535856cd540a.tar.bz2 |
Remove incorrect/useless comment
-rw-r--r-- | generic/tclIORChan.c | 3 |
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 = { |