diff options
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r-- | generic/tclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 44ecd90..cad3ee7 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -3639,7 +3639,7 @@ TclGetIntForIndex( { Tcl_WideInt wide; - /* Use platform-related size_t to wide-int to consider negative value + /* Use platform-related size_t to wide-int to consider negative value * ((size_t)-1) if wide-int and size_t have different dimensions. */ if (GetWideForIndex(interp, objPtr, TclWideIntFromSize(endValue), &wide) == TCL_ERROR) { |