diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:28:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:28:20 (GMT) |
commit | a4abf50c23f2a2b458181704617172b1de3e772a (patch) | |
tree | a242a4a4356adef8d1170357967ea8fa4119ff81 /generic/tclIOUtil.c | |
parent | d85664964af316638cdc58447d33bc4b0ecd2366 (diff) | |
download | tcl-a4abf50c23f2a2b458181704617172b1de3e772a.zip tcl-a4abf50c23f2a2b458181704617172b1de3e772a.tar.gz tcl-a4abf50c23f2a2b458181704617172b1de3e772a.tar.bz2 |
TIP #581: Mainly documentation and some testcases
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index e67da14..6e1cb1f 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -4619,7 +4619,7 @@ Tcl_FSGetFileSystemForPath( /* * Check if the filesystem has changed in some way since this object's * internal representation was calculated. Before doing that, assure we - * have the most up-to-date copy of the master filesystem. This is + * have the most up-to-date copy of the first filesystem. This is * accomplished by the FsGetFirstFilesystem() call. */ |