summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-01 09:15:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-01 09:15:11 (GMT)
commit724de352e37dd0fe795024353378cd662593b4a6 (patch)
tree4d740034b1040a594df0e43c023bc8c38283368d /generic/tclParse.c
parent6b0b7154f13dc5d47830ef1daaea80c791504f8a (diff)
downloadtcl-724de352e37dd0fe795024353378cd662593b4a6.zip
tcl-724de352e37dd0fe795024353378cd662593b4a6.tar.gz
tcl-724de352e37dd0fe795024353378cd662593b4a6.tar.bz2
Many more internal master/slave -> parent/child renamings
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index 7a51dae..57b2b35 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -2172,7 +2172,7 @@ TclSubstTokens(
* command, which is refered to by 'script'.
* The 'clNextOuter' refers to the current
* entry in the table of continuation lines in
- * this "master script", and the character
+ * this "main script", and the character
* offsets are relative to the 'outerScript'
* as well.
*