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)
commit4bdba0452a35fd38357a21020579d0151a1c25d6 (patch)
treefbf4e4b3c3233f22ba66be97ab94fca6bf7d25e2 /generic/tclIO.h
parent2101ef45be45e0aa88d3e8c9725df9ca92309fe9 (diff)
downloadtcl-4bdba0452a35fd38357a21020579d0151a1c25d6.zip
tcl-4bdba0452a35fd38357a21020579d0151a1c25d6.tar.gz
tcl-4bdba0452a35fd38357a21020579d0151a1c25d6.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