summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-23 17:58:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-23 17:58:35 (GMT)
commit90d55a9da901f91b0a7fd01ea48c84c8065c0627 (patch)
tree1de579269a7431e4dfd7762695a67bf480bc8a9f /generic/tclUtil.c
parentc4e867d8dddd9677a88b20ba7338efb78181e739 (diff)
parent140cd14f15899b2d26c21a9cff7e805daf239fd9 (diff)
downloadtcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.zip
tcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.tar.gz
tcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index d3136e2..fca9b75 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -3660,7 +3660,7 @@ TclFormatInt(
* GetWideForIndex --
*
* This function produces a wide integer value corresponding to the
- * index value held in *objPtr. The parsing supports all values
+ * index value held in *objPtr. The parsing supports all values
* recognized as any size of integer, and the syntaxes end[-+]$integer
* and $integer[-+]$integer. The argument endValue is used to give
* the meaning of the literal index value "end". Index arithmetic