summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-28 11:11:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-28 11:11:00 (GMT)
commitbb34bee7731d54d1cb667229f88947fdcf5e4bb1 (patch)
treefbf4e4b3c3233f22ba66be97ab94fca6bf7d25e2 /generic/tclIO.h
parent92b0e1240376f8353e5d7792183d1bb856698146 (diff)
downloadtcl-bb34bee7731d54d1cb667229f88947fdcf5e4bb1.zip
tcl-bb34bee7731d54d1cb667229f88947fdcf5e4bb1.tar.gz
tcl-bb34bee7731d54d1cb667229f88947fdcf5e4bb1.tar.bz2
align comment, no functional change
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index 20e0ccd..348a9c5 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