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 2f87048..8e752ed 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -2108,7 +2108,7 @@ MakeProcError(
void
TclProcDeleteProc(
- void *clientData) /* Procedure to be deleted. */
+ void *clientData) /* Procedure to be deleted. */
{
Proc *procPtr = (Proc *)clientData;