diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-31 12:42:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-31 12:42:36 (GMT) |
| commit | 9cb408090e79c6325997567369d81e192eeb6c51 (patch) | |
| tree | 3cc46f62dcef1daf0a273ee2391d8e9b6f4a0931 /generic/tclClock.c | |
| parent | 4047fa1ba88c8264976adce71c088921ec49c0e6 (diff) | |
| parent | 30fd8c842c97d0977b8ef7a4f4ee8528d260f6f2 (diff) | |
| download | tcl-9cb408090e79c6325997567369d81e192eeb6c51.zip tcl-9cb408090e79c6325997567369d81e192eeb6c51.tar.gz tcl-9cb408090e79c6325997567369d81e192eeb6c51.tar.bz2 | |
Merge 8.6. More documentation updates
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index baaa568..ba85fec 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -263,7 +263,7 @@ TclClockInit( }; /* - * Safe interps get [::clock] as alias to a master, so do not need their + * Safe interps get [::clock] as alias to a parent, so do not need their * own copies of the support routines. */ |
