diff options
author | das <das> | 2006-03-28 10:28:36 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 10:28:36 (GMT) |
commit | b503a5a606a6e85a2d7b75f5649826b106f1bfd5 (patch) | |
tree | 1f6a52c851ebc1d8afba7af3ce10adeec3cfd507 /generic/tclIOUtil.c | |
parent | 2f7d6ab5ab70c57e43f6f19a7775938f764e03f3 (diff) | |
download | tcl-b503a5a606a6e85a2d7b75f5649826b106f1bfd5.zip tcl-b503a5a606a6e85a2d7b75f5649826b106f1bfd5.tar.gz tcl-b503a5a606a6e85a2d7b75f5649826b106f1bfd5.tar.bz2 |
typo in comment
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 73a828a..1196352 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -17,7 +17,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIOUtil.c,v 1.130 2006/03/28 09:41:47 vincentdarley Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.131 2006/03/28 10:28:36 das Exp $ */ #include "tclInt.h" @@ -608,7 +608,7 @@ FsRecacheFilesystemList(void) /* * Code below operates on shared data. We are already called under mutex - * lock so we can safely proceede. + * lock so we can safely proceed. * * Locate tail of the global filesystem list. */ |