summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-12-10 09:38:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-12-10 09:38:43 (GMT)
commita0f932b397c4833439cdb76d0741c4c02f6d88ee (patch)
tree8698e63c2a320f58b8f6c1b71d78376eed9e76ff /generic/tclLoad.c
parentdc6def073128b0563d1bcc0065c849e27343a070 (diff)
downloadtcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.zip
tcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.tar.gz
tcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.tar.bz2
(cherry-pick )Fix ungrammatical doubling of words in comments
Diffstat (limited to 'generic/tclLoad.c')
-rw-r--r--generic/tclLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclLoad.c b/generic/tclLoad.c
index f89d2fa..1e68adf 100644
--- a/generic/tclLoad.c
+++ b/generic/tclLoad.c
@@ -547,7 +547,7 @@ Tcl_LoadObjCmd(
*
* Tcl_UnloadObjCmd --
*
- * Implements the the "unload" Tcl command. See the
+ * Implements the "unload" Tcl command. See the
* user documentation for details on what it does.
*
* Results: