diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-12 22:41:14 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-12 22:41:14 (GMT) |
| commit | c43d7064ebd4bec57817b7f0945781bcea162192 (patch) | |
| tree | 5cfe0ec1cddc12534799b5da89597a1c97b45531 /unix/tclUnixFile.c | |
| parent | 3e8b4007cfb537f4e5f2eba0be30ab926bf1c15f (diff) | |
| parent | 54ad113891564730905042f5fa1aefa5d688a7d1 (diff) | |
| download | tcl-c43d7064ebd4bec57817b7f0945781bcea162192.zip tcl-c43d7064ebd4bec57817b7f0945781bcea162192.tar.gz tcl-c43d7064ebd4bec57817b7f0945781bcea162192.tar.bz2 | |
Merge 9.0
Diffstat (limited to 'unix/tclUnixFile.c')
| -rw-r--r-- | unix/tclUnixFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index b21de07..50ee64d 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -700,7 +700,7 @@ TclpObjLstat( * is either the given clientData, if the working directory hasn't * changed, or a new clientData (owned by our caller), giving the new * native path, or NULL if the current directory could not be determined. - * If NULL is returned, the caller can examine the standard posix error + * If NULL is returned, the caller can examine the standard Posix error * codes to determine the cause of the problem. * * Side effects: |
