diff options
author | davidw <davidw> | 2005-02-05 09:15:37 (GMT) |
---|---|---|
committer | davidw <davidw> | 2005-02-05 09:15:37 (GMT) |
commit | f198740c86117c5d124f1131ff3127ba20141c68 (patch) | |
tree | 99f62246f61c53c8fedf039c2fa392f4fc34823e /generic | |
parent | e5de9528c47b0d8428ea81f5fbb9da883158b435 (diff) | |
download | tcl-f198740c86117c5d124f1131ff3127ba20141c68.zip tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.gz tcl-f198740c86117c5d124f1131ff3127ba20141c68.tar.bz2 |
* doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.
* doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath
documentation.
* generic/tclPathObj.c: Cleaned up typo in comment.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclPathObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c index 54116a9..5a57477 100644 --- a/generic/tclPathObj.c +++ b/generic/tclPathObj.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPathObj.c,v 1.39 2004/12/02 18:49:21 vincentdarley Exp $ + * RCS: @(#) $Id: tclPathObj.c,v 1.40 2005/02/05 09:15:42 davidw Exp $ */ #include "tclInt.h" @@ -1416,7 +1416,7 @@ TclFSMakePathFromNormalized(interp, pathPtr, nativeRep) * * Tcl_FSNewNativePath -- * - * This function performs the something like that reverse of the + * This function performs the something like the reverse of the * usual obj->path->nativerep conversions. If some code retrieves * a path in native form (from, e.g. readlink or a native dialog), * and that path is to be used at the Tcl level, then calling |