diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-09-26 21:08:47 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-09-26 21:08:47 (GMT) |
| commit | 47bc45a266ba286820335a419034d5521c3c6435 (patch) | |
| tree | d755eb0a29557bfab473f3a2a9f0fb3c2179f8be /unix/tclUnixChan.c | |
| parent | b9378388c856835c67ce13f4f0495ac9f28a48d0 (diff) | |
| download | tcl-47bc45a266ba286820335a419034d5521c3c6435.zip tcl-47bc45a266ba286820335a419034d5521c3c6435.tar.gz tcl-47bc45a266ba286820335a419034d5521c3c6435.tar.bz2 | |
Backport Tcl_BounceRefCount() from Tcl 9.0
Diffstat (limited to 'unix/tclUnixChan.c')
| -rw-r--r-- | unix/tclUnixChan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index 55287cc..0fb6215 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -1847,7 +1847,7 @@ TclpOpenFileChannel( if (interp != (Tcl_Interp *) NULL) { /* * We need this just to ensure we return the correct error messages under - * some circumstances (relative paths only), so because the normalization + * some circumstances (relative paths only), so because the normalization * is very expensive, don't invoke it for native or absolute paths. * Note: since paths starting with ~ are absolute, it also considers tilde expansion, * (proper error message of tests *io-40.17 "tilde substitution in open") |
