summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-08 21:29:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-08 21:29:40 (GMT)
commit079f1e33dc9435dcccf46f4c02e4dd945e9e4563 (patch)
tree8b4237424ad0c45217b2f74eeed8fc9af322658d /generic/tclObj.c
parentcf341f6a190899707244af7587233908155b3728 (diff)
parenta35eba4ac2e23800d47d68082e021625d36ba47f (diff)
downloadtcl-079f1e33dc9435dcccf46f4c02e4dd945e9e4563.zip
tcl-079f1e33dc9435dcccf46f4c02e4dd945e9e4563.tar.gz
tcl-079f1e33dc9435dcccf46f4c02e4dd945e9e4563.tar.bz2
Merge TIP-515 branch, so part of the corrections in the TIP-514 implementation branch now moved to the TIP-515 implementation.
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 83b2915..59f3090 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -3121,7 +3121,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