summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-05 13:45:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-05 13:45:15 (GMT)
commit1f6ac7f87e3a127645d7839916f0bc2a6143b9b9 (patch)
treeebd9cd2ef1306351bac09ce6e0c22872ad04d953 /generic/tclObj.c
parent2562ea174bddf62331bd7d71ebd4b49f53ad8345 (diff)
parent5c9968a001208bb4fc6d06ad040c28bd84b7831f (diff)
downloadtcl-1f6ac7f87e3a127645d7839916f0bc2a6143b9b9.zip
tcl-1f6ac7f87e3a127645d7839916f0bc2a6143b9b9.tar.gz
tcl-1f6ac7f87e3a127645d7839916f0bc2a6143b9b9.tar.bz2
Merge 8.7.
Change some internal function signatures, accounting for the 64-bit era.
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 0216682..7b61346 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -2674,7 +2674,7 @@ Tcl_GetWideIntFromObj(
* Attempt to return a wide integer from the Tcl object "objPtr". If the
* object is not already a int, double or bignum, an attempt will be made
* to convert it to one of these. Out-of-range values don't result in an
- * error, but only the least significant 64 bits will be returned.
+ * error, but only the least significant 64 bits will be returned.
*
* Results:
* The return value is a standard Tcl object result. If an error occurs