summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclResult.c')
-rw-r--r--generic/tclResult.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclResult.c b/generic/tclResult.c
index 7151fc4..f205b47 100644
--- a/generic/tclResult.c
+++ b/generic/tclResult.c
@@ -388,7 +388,7 @@ Tcl_AppendElement(
void
Tcl_ResetResult(
- Tcl_Interp *interp)/* Interpreter for which to clear result. */
+ Tcl_Interp *interp) /* Interpreter for which to clear result. */
{
Interp *iPtr = (Interp *) interp;
@@ -441,7 +441,7 @@ Tcl_ResetResult(
static void
ResetObjResult(
- Interp *iPtr) /* Points to the interpreter whose result
+ Interp *iPtr) /* Points to the interpreter whose result
* object should be reset. */
{
Tcl_Obj *objResultPtr = iPtr->objResultPtr;