summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-07 15:39:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-07 15:39:37 (GMT)
commitd6d77a73bef59053e103b7d28390ade0e651a8cc (patch)
tree2b5525e94553d4e1348506e2c741cf863d9e8fcb /win
parent9348f2301275b473b59425310f3ac4beb7e545c0 (diff)
parent22c56e716cf046ee48897490b5b2264d8c9cb328 (diff)
downloadtcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.zip
tcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.tar.gz
tcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/tclWinFile.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 0682d74..9a5e1f4 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -2542,8 +2542,9 @@ TclpFilesystemPathType(
int
TclpObjNormalizePath(
Tcl_Interp *dummy,
- Tcl_Obj *pathPtr,
- int nextCheckpoint)
+ Tcl_Obj *pathPtr, /* An unshared object containing the path to
+ * normalize */
+ int nextCheckpoint) /* offset to start at in pathPtr */
{
char *lastValidPathEnd = NULL;
Tcl_DString dsNorm; /* This will hold the normalized string. */
@@ -3033,7 +3034,7 @@ TclpNativeToNormalized(
* The nativePath representation.
*
* Side effects:
- * Memory will be allocated. The path may need to be normalized.
+ * Memory will be allocated. The path might be normalized.
*
*---------------------------------------------------------------------------
*/