diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-08 14:08:44 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-08 14:08:44 (GMT) |
commit | 8d076e6525835064d971940356ce83f9d7bd3d55 (patch) | |
tree | 5b613e845b24da679361c9ed55357e2cd41bd9aa /generic/tclUtil.c | |
parent | af5bfc68cc1b458f1965b957bae448035b4c09a1 (diff) | |
download | tcl-8d076e6525835064d971940356ce83f9d7bd3d55.zip tcl-8d076e6525835064d971940356ce83f9d7bd3d55.tar.gz tcl-8d076e6525835064d971940356ce83f9d7bd3d55.tar.bz2 |
Make TclLindexFlat() a litle more straightforward.
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r-- | generic/tclUtil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index a5c1595..6112869 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -3799,8 +3799,8 @@ TclIndexEncode( } /* * We passed 2*INT_MAX as the "end value" to GetWideForIndex. The computed - * index will in one of the following ranges that need to be distinguished - * for encoding purposes in the following code. + * index will be in one of the following ranges that need to be + * distinguished for encoding purposes in the following code. * (1) 0:INT_MAX when * (a) objPtr was a pure non-negative numeric value in that range * (b) objPtr was a numeric computation M+/-N with a result in that range |