summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
commit475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52 (patch)
tree19994fe7776bae05ebec5874f3239f8992393498 /generic/tclBasic.c
parent4248deef0b06ef0e95625e3b40a677427dc55f78 (diff)
downloadtcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.zip
tcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.tar.gz
tcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.tar.bz2
Fix ungrammatical doubling of words in commentsminor
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index a979ab9..dca1088 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -9756,7 +9756,7 @@ TclNRCoroutineObjCmd(
/*
* #280.
* Provide the new coroutine with its own copy of the lineLABCPtr
- * hashtable for literal command arguments in bytecode. Note that that
+ * hashtable for literal command arguments in bytecode. Note that
* CFWordBC chains are not duplicated, only the entrypoints to them. This
* means that in the presence of coroutines each chain is potentially a
* tree. Like the chain -> tree conversion of the CmdFrame stack.