summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-03 16:12:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-03 16:12:14 (GMT)
commitd8fd9552b555513cd62d8be2ae422a92c7be9d0e (patch)
treef98fdd0861795e17610ebd5020f3e7b4c4f30980 /generic/tclPathObj.c
parentd33f396b9985896f717cbfa81422b28ac486eadd (diff)
parent28d5df364efed067ead97734d5e619615bfd8cde (diff)
downloadtcl-d8fd9552b555513cd62d8be2ae422a92c7be9d0e.zip
tcl-d8fd9552b555513cd62d8be2ae422a92c7be9d0e.tar.gz
tcl-d8fd9552b555513cd62d8be2ae422a92c7be9d0e.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclPathObj.c')
-rw-r--r--generic/tclPathObj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c
index 5436c01..7accfa2 100644
--- a/generic/tclPathObj.c
+++ b/generic/tclPathObj.c
@@ -47,7 +47,7 @@ static const Tcl_ObjType fsPathType = {
/*
* struct FsPath --
*
- * Internal representation of a Tcl_Obj of fsPathType
+ * Internal representation of a Tcl_Obj of fsPathType
*/
typedef struct FsPath {
@@ -124,7 +124,7 @@ typedef struct FsPath {
* None (beyond the memory allocation for the result).
*
* Special note:
- * Originally based on code from Matt Newman and Jean-Claude Wippler.
+ * Originally based on code from Matt Newman and Jean-Claude Wippler.
* Totally rewritten later by Vince Darley to handle symbolic links.
*
*---------------------------------------------------------------------------
@@ -2030,7 +2030,7 @@ Tcl_FSGetInternalRep(
*
* TclFSEnsureEpochOk --
*
- * Ensure that the path is a valid path, and that it has a
+ * Ensure that the path is a valid path, and that it has a
* fsPathType internal representation that is not stale.
*
* Results: