diff options
author | andreask <andreask> | 2012-05-17 21:45:35 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-05-17 21:45:35 (GMT) |
commit | b6b32d5e3b2dce5094ecafd57c1e02737d5ff86b (patch) | |
tree | ae125efecb1c67e05c77ac36ae7b03ae95be3be1 /generic/tclIORTrans.c | |
parent | d7b37fbb9438a6afef67cab2e2c8c27611ee43d2 (diff) | |
download | tcl-b6b32d5e3b2dce5094ecafd57c1e02737d5ff86b.zip tcl-b6b32d5e3b2dce5094ecafd57c1e02737d5ff86b.tar.gz tcl-b6b32d5e3b2dce5094ecafd57c1e02737d5ff86b.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. |