diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-29 07:56:53 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-29 07:56:53 (GMT) |
| commit | 6494c04deef9585c38b287b24f02c49c7efee95d (patch) | |
| tree | fe10deb28c3db9fcc66b3fcf7716cadfb4c3ca64 /generic/tclIO.h | |
| parent | 9bec80c561ec20b18b44df0912dd050d8d1a671d (diff) | |
| parent | e39c8e6b26935216f5dc8c50ab4fe2bea2e225d1 (diff) | |
| download | tcl-6494c04deef9585c38b287b24f02c49c7efee95d.zip tcl-6494c04deef9585c38b287b24f02c49c7efee95d.tar.gz tcl-6494c04deef9585c38b287b24f02c49c7efee95d.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclIO.h')
| -rw-r--r-- | generic/tclIO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h index 7aa07eb..b799375 100644 --- a/generic/tclIO.h +++ b/generic/tclIO.h @@ -126,7 +126,7 @@ typedef struct Channel { */ typedef struct ChannelState { - char *channelName; /* The name of the channel instance in Tcl + char *channelName; /* The name of the channel instance in Tcl * commands. Storage is owned by the generic * IO code, is dynamically allocated. */ int flags; /* ORed combination of the flags defined |
