summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStrToD.c')
-rw-r--r--generic/tclStrToD.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStrToD.c b/generic/tclStrToD.c
index f6e0e3c..c6778ce 100644
--- a/generic/tclStrToD.c
+++ b/generic/tclStrToD.c
@@ -3174,7 +3174,7 @@ ShorteningInt64Conversion(
/*
* Does the current digit put us on the low side of the exact value
- * but within within roundoff of being exact?
+ * but within roundoff of being exact?
*/
if (b < mplus || (b == mplus
@@ -3572,7 +3572,7 @@ ShorteningBignumConversionPowD(
/*
* Does the current digit put us on the low side of the exact value
- * but within within roundoff of being exact?
+ * but within roundoff of being exact?
*/
r1 = mp_cmp_mag(&b, (m2plus > m2minus)? &mplus : &mminus);