diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-28 11:11:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-28 11:11:00 (GMT) |
commit | 4bdba0452a35fd38357a21020579d0151a1c25d6 (patch) | |
tree | fbf4e4b3c3233f22ba66be97ab94fca6bf7d25e2 | |
parent | 2101ef45be45e0aa88d3e8c9725df9ca92309fe9 (diff) | |
download | tcl-4bdba0452a35fd38357a21020579d0151a1c25d6.zip tcl-4bdba0452a35fd38357a21020579d0151a1c25d6.tar.gz tcl-4bdba0452a35fd38357a21020579d0151a1c25d6.tar.bz2 |
align comment, no functional change
-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 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 |