Skip to content

Commit 3fb975f

Browse files
committed
Correct wording in Comment
1 parent 55d0859 commit 3fb975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclListObj.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@ TclLindexList(
25322532

25332533
/*
25342534
* Make a private copy of the index list argument to keep the internal
2535-
* representation of th indices array unchanged while it is in use. This
2535+
* representation of the indices array unchanged while it is in use. This
25362536
* is probably unnecessary. It does not appear that any damaging change to
25372537
* the internal representation is possible, and no test has been devised to
25382538
* show any error when this private copy is not made, But it's cheap, and

0 commit comments

Comments
 (0)