summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-15 15:49:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-15 15:49:46 (GMT)
commit7ed7fa90ffa88ab4144d20e91139e6f36abdf133 (patch)
tree6233d2b913eba2a00298d1ede66c3d49a321d5c6 /unix/tclUnixFCmd.c
parentb8c310c91a436e8514cc19a4fe75c124d5444286 (diff)
parenta72376335b62d075c3d7d92870af01c361da518e (diff)
downloadtcl-7ed7fa90ffa88ab4144d20e91139e6f36abdf133.zip
tcl-7ed7fa90ffa88ab4144d20e91139e6f36abdf133.tar.gz
tcl-7ed7fa90ffa88ab4144d20e91139e6f36abdf133.tar.bz2
Merge trunk. Fix MSVC static build
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 2cc6721..b32a2a2 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -2040,7 +2040,7 @@ TclpObjNormalizePath(
}
/*
- * Call 'realpath' to obtain a canonical path.
+ * Call 'realpath' to obtain a canonical path.
*/
#ifndef NO_REALPATH
@@ -2050,7 +2050,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;
@@ -2096,7 +2096,7 @@ TclpObjNormalizePath(
if (path[nextCheckpoint] != '\0') {
/*
- * Append the remaining path components.
+ * Append the remaining path components.
*/
int normLen = Tcl_DStringLength(&ds);