summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIORTrans.c')
-rw-r--r--generic/tclIORTrans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIORTrans.c b/generic/tclIORTrans.c
index d2853e2..16c357f 100644
--- a/generic/tclIORTrans.c
+++ b/generic/tclIORTrans.c
@@ -683,7 +683,7 @@ TclChanPushObjCmd(
rtPtr->parent);
/*
- * Register the transform in our our map for proper handling of deleted
+ * Register the transform in our map for proper handling of deleted
* interpreters and/or threads.
*/
@@ -2470,7 +2470,7 @@ ForwardProc(
* quiescent. Because of this we can treat the data as belonging to us,
* without fear of race conditions. I.e. we can read and write as we like.
*
- * The only thing we cannot be sure of is the resultPtr. This can be be
+ * The only thing we cannot be sure of is the resultPtr. This can be
* NULLed if the originating thread went away while the event is handled
* here now.
*/