summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
diff options
context:
space:
mode:
authorandreask <andreask>2012-05-17 21:45:35 (GMT)
committerandreask <andreask>2012-05-17 21:45:35 (GMT)
commitb6b32d5e3b2dce5094ecafd57c1e02737d5ff86b (patch)
treeae125efecb1c67e05c77ac36ae7b03ae95be3be1 /generic/tclIORTrans.c
parentd7b37fbb9438a6afef67cab2e2c8c27611ee43d2 (diff)
downloadtcl-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.c2
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.