summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-10 15:02:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-10 15:02:11 (GMT)
commit290cd3b24353fc8b7e25210cce9f14d942f93a32 (patch)
treec62425570c1735051d75a256729b489d240f16ad /generic/tclIORChan.c
parentd904d288aaa8d6101dbb119f3043b2a6d0081948 (diff)
parent216ea63416cffd9c521476d74fce958860d2acf9 (diff)
downloadtcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.zip
tcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.tar.gz
tcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index cc721e6..a22f9b5 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -114,15 +114,15 @@ typedef struct {
int dead; /* Boolean signal that some operations
* should no longer be attempted. */
- Tcl_TimerToken readTimer; /*
+ Tcl_TimerToken readTimer; /*
A token for the timer that is scheduled in
order to call Tcl_NotifyChannel when the
- channel is readable
+ channel is readable
*/
- Tcl_TimerToken writeTimer; /*
+ Tcl_TimerToken writeTimer; /*
A token for the timer that is scheduled in
order to call Tcl_NotifyChannel when the
- channel is writable
+ channel is writable
*/
/*