summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-03 16:22:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-03 16:22:52 (GMT)
commite732b20a4d880270476bab6b19cb066770724e62 (patch)
tree25d47416a8da2efcefbd4ad1006bb7b3530c9282 /unix/tclUnixFCmd.c
parentafff904993ae1dae22777a15c96b97f53ac989c4 (diff)
parent28d5df364efed067ead97734d5e619615bfd8cde (diff)
downloadtcl-e732b20a4d880270476bab6b19cb066770724e62.zip
tcl-e732b20a4d880270476bab6b19cb066770724e62.tar.gz
tcl-e732b20a4d880270476bab6b19cb066770724e62.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixFCmd.c')
-rw-r--r--unix/tclUnixFCmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index 3fdf95a..62fd9f8 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -2035,7 +2035,7 @@ TclpObjNormalizePath(
}
/*
- * Call 'realpath' to obtain a canonical path.
+ * Call 'realpath' to obtain a canonical path.
*/
#ifndef NO_REALPATH
@@ -2045,7 +2045,7 @@ TclpObjNormalizePath(
* The path contains at most one component, e.g. '/foo' or '/', so
* so there is nothing to resolve. Also, on some platforms
* 'Realpath' transforms an empty string into the normalized pwd,
- * which is the wrong answer.
+ * which is the wrong answer.
*/
return 0;
@@ -2091,7 +2091,7 @@ TclpObjNormalizePath(
if (path[nextCheckpoint] != '\0') {
/*
- * Append the remaining path components.
+ * Append the remaining path components.
*/
int normLen = Tcl_DStringLength(&ds);