summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 162983b..bfcc750 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -827,9 +827,9 @@ typedef struct Tcl_DString {
#define Tcl_DStringValue(dsPtr) ((dsPtr)->string)
/*
- * Definitions for the maximum number of digits of precision that may be
- * specified in the "tcl_precision" variable, and the number of bytes of
- * buffer space required by Tcl_PrintDouble.
+ * Definitions for the maximum number of decimal digits of precision that may
+ * stored in a double, and the number of bytes of buffer space required by
+ * Tcl_PrintDouble.
*/
#define TCL_MAX_PREC 17