summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-29 14:35:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-29 14:35:44 (GMT)
commitd236581f7b07310302ded4d2992f137466270361 (patch)
treee0a0fb2e4489e3a89687178c1a504b1918bdc164 /generic/tclIO.c
parent555cf46f2a597a964fcbc80825343d8e281956d3 (diff)
parentefbb62b5bda42142f446bb8064d377473801c140 (diff)
downloadtcl-d236581f7b07310302ded4d2992f137466270361.zip
tcl-d236581f7b07310302ded4d2992f137466270361.tar.gz
tcl-d236581f7b07310302ded4d2992f137466270361.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index f6d0cbf..c4e960c 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -9288,7 +9288,7 @@ MBWrite(
* then the calculations involving extra must be made wide too.
*
* Noted with Win32/MSVC debug build treating the warning (possible of
- * data in int64 to int conversion) as error.
+ * data in __int64 to int conversion) as error.
*/
bufPtr = AllocChannelBuffer(extra);