summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-07-13 17:19:06 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-07-13 17:19:06 (GMT)
commit3fb975f30d7177b4fc0dc5ca5a8273b295cae043 (patch)
tree65daf5052d310577e8dc4d1c328b960577dbdf0d
parent55d08599b5103450447ab62c3d1ceea78dac86c5 (diff)
downloadtcl-3fb975f30d7177b4fc0dc5ca5a8273b295cae043.zip
tcl-3fb975f30d7177b4fc0dc5ca5a8273b295cae043.tar.gz
tcl-3fb975f30d7177b4fc0dc5ca5a8273b295cae043.tar.bz2
Correct wording in Comment
-rw-r--r--generic/tclListObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclListObj.c b/generic/tclListObj.c
index eab31f1..7a8f9ab 100644
--- a/generic/tclListObj.c
+++ b/generic/tclListObj.c
@@ -2532,7 +2532,7 @@ TclLindexList(
/*
* Make a private copy of the index list argument to keep the internal
- * representation of th indices array unchanged while it is in use. This
+ * representation of the indices array unchanged while it is in use. This
* is probably unnecessary. It does not appear that any damaging change to
* the internal representation is possible, and no test has been devised to
* show any error when this private copy is not made, But it's cheap, and