diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-28 11:13:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-28 11:13:25 (GMT) |
commit | 5b4a3efaa9e14c7fa3d9865c5dc8dfd7ef51af17 (patch) | |
tree | 83e8e54978b08bd431f372784b7e9de51349cdbb /generic/tclIO.h | |
parent | 41b3739aa61f95df2dfbaf0896100aaf73f2595a (diff) | |
parent | 4bdba0452a35fd38357a21020579d0151a1c25d6 (diff) | |
download | tcl-5b4a3efaa9e14c7fa3d9865c5dc8dfd7ef51af17.zip tcl-5b4a3efaa9e14c7fa3d9865c5dc8dfd7ef51af17.tar.gz tcl-5b4a3efaa9e14c7fa3d9865c5dc8dfd7ef51af17.tar.bz2 |
Align comment. Remove some end-of-line spacing. No functional changes.
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 |