summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index 4add38e..52ca08e 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -2395,7 +2395,7 @@ ProcBodyFree(
*
* How to manage the internal representations of lambda term objects.
* Syntactically they look like a two- or three-element list, where the
- * first element is the formal arguments, the second is the the body, and
+ * first element is the formal arguments, the second is the body, and
* the (optional) third is the namespace to execute the lambda term
* within (the global namespace is assumed if it is absent).
*