summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index 0c3f9ac..8ab68d9 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -3470,21 +3470,21 @@ TclFormatInt(
*
* Value
* TCL_OK
- *
+ *
* The index is stored at the address given by by 'indexPtr'. If
* 'objPtr' has the value "end", the value stored is 'endValue'.
- *
+ *
* TCL_ERROR
- *
+ *
* The value of 'objPtr' does not have one of the expected formats. If
* 'interp' is non-NULL, an error message is left in the interpreter's
* result object.
- *
+ *
* Effect
- *
+ *
* The object referenced by 'objPtr' is converted, as needed, to an
* integer, wide integer, or end-based-index object.
- *
+ *
*----------------------------------------------------------------------
*/