diff options
author | andreask <andreask> | 2012-05-17 21:45:35 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-05-17 21:45:35 (GMT) |
commit | a3a3198dfe08f980f9895d03c2a31a6c302c21dc (patch) | |
tree | ae125efecb1c67e05c77ac36ae7b03ae95be3be1 /generic/tclIORTrans.c | |
parent | 2454e655e137710903fe501014aa0de7550297cc (diff) | |
download | tcl-a3a3198dfe08f980f9895d03c2a31a6c302c21dc.zip tcl-a3a3198dfe08f980f9895d03c2a31a6c302c21dc.tar.gz tcl-a3a3198dfe08f980f9895d03c2a31a6c302c21dc.tar.bz2 |
Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of timed events, and added code handling special situations like EAGAIN, parent eof, etc.
Diffstat (limited to 'generic/tclIORTrans.c')
-rw-r--r-- | generic/tclIORTrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIORTrans.c b/generic/tclIORTrans.c index 6c9a41b..5d99f73 100644 --- a/generic/tclIORTrans.c +++ b/generic/tclIORTrans.c @@ -1230,7 +1230,7 @@ ReflectInput( * * ReflectOutput -- * - * This function is invoked when data is writen to the channel. + * This function is invoked when data is written to the channel. * * Results: * The number of bytes actually written. |