diff options
author | andreas_kupries <akupries@shaw.ca> | 2005-01-21 17:42:00 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2005-01-21 17:42:00 (GMT) |
commit | 2587836dd5f442ad7f95eb68cd40e56545b72663 (patch) | |
tree | 992920c5918e4214ed28883f8f9345c479733dbd /generic/tclFileName.c | |
parent | 59d4795f9bae048885a792b1d68ad392e17c43b5 (diff) | |
download | tcl-2587836dd5f442ad7f95eb68cd40e56545b72663.zip tcl-2587836dd5f442ad7f95eb68cd40e56545b72663.tar.gz tcl-2587836dd5f442ad7f95eb68cd40e56545b72663.tar.bz2 |
* generic/tclThread.c: Typo police. Fixed some nits
* generic/tclCmdAH.c: in header comments of functions.
* generic/tclBasic.c: (Missing --).
* generic/tclFileName.c:
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 00f58d0..cf487a5 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.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: tclFileName.c,v 1.61 2005/01/17 10:40:34 vincentdarley Exp $ + * RCS: @(#) $Id: tclFileName.c,v 1.62 2005/01/21 17:42:14 andreas_kupries Exp $ */ #include "tclInt.h" @@ -2308,7 +2308,7 @@ DoGlob(interp, matchesObj, separators, pathPtr, flags, pattern, types) /* *--------------------------------------------------------------------------- * - * Tcl_AllocStatBuf + * Tcl_AllocStatBuf -- * * This procedure allocates a Tcl_StatBuf on the heap. It exists * so that extensions may be used unchanged on systems where |