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)
commite67e148101b90aa1cce3b0a3055d33671584e8e2 (patch)
treeae125efecb1c67e05c77ac36ae7b03ae95be3be1 /generic/tclIORTrans.c
parent7f7948a64a4edd48e0c496a4904d4208331ec9b5 (diff)
downloadtcl-e67e148101b90aa1cce3b0a3055d33671584e8e2.zip
tcl-e67e148101b90aa1cce3b0a3055d33671584e8e2.tar.gz
tcl-e67e148101b90aa1cce3b0a3055d33671584e8e2.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.