summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.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/tclTest.c
parent4248deef0b06ef0e95625e3b40a677427dc55f78 (diff)
downloadtcl-minor.zip
tcl-minor.tar.gz
tcl-minor.tar.bz2
Fix ungrammatical doubling of words in commentsminor
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 6c25770..d2e2aaa 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -8378,7 +8378,7 @@ InterpCmdResolver(
* compilation (e.g. in TclProcCompileProc)
*
* When these conditions hold, this function resolves the
- * passed-in cmd literal into a cmd "y", which is taken from the
+ * passed-in cmd literal into a cmd "y", which is taken from
* the global namespace (for simplicity).
*/
@@ -8404,7 +8404,7 @@ InterpCmdResolver(
*
* When these conditions hold, this function resolves the
* passed-in cmd literal into a cmd "y" or "Y" depending on the
- * context. The resolved procs are taken from the the global
+ * context. The resolved procs are taken from the global
* namespace (for simplicity).
*/