summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2019-11-06 20:41:58 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2019-11-06 20:41:58 (GMT)
commita93db0866a458cfd4afff3157d2a1b525fcddccc (patch)
treefd8bbdc2aaf03b53a77786a4fb356496fe29bdea /win/tclWinFile.c
parent1e151782fccce0a790bdafce838f53a2409a81f5 (diff)
downloadtcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.zip
tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.gz
tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.bz2
Rewrite documentation of IO subsystem.
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 880adc0..7699f7d 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -2542,8 +2542,9 @@ TclpFilesystemPathType(
int
TclpObjNormalizePath(
Tcl_Interp *interp,
- 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. */
@@ -3032,7 +3033,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.
*
*---------------------------------------------------------------------------
*/