diff options
author | dgp <dgp@users.sourceforge.net> | 2019-05-10 15:02:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-05-10 15:02:11 (GMT) |
commit | 290cd3b24353fc8b7e25210cce9f14d942f93a32 (patch) | |
tree | c62425570c1735051d75a256729b489d240f16ad /generic/tclIORChan.c | |
parent | d904d288aaa8d6101dbb119f3043b2a6d0081948 (diff) | |
parent | 216ea63416cffd9c521476d74fce958860d2acf9 (diff) | |
download | tcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.zip tcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.tar.gz tcl-290cd3b24353fc8b7e25210cce9f14d942f93a32.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r-- | generic/tclIORChan.c | 8 |
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 */ /* |