summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-03-28 10:44:51 (GMT)
committerdas <das@noemail.net>2006-03-28 10:44:51 (GMT)
commit7061980f69421d3e196ba2d012fca4022873de4f (patch)
treeaf352483dedf4a7a9969761a102a245e2c3038ac /generic/tclIOUtil.c
parent669e2d9aa7c442e3c2a294cebebcc2e74760f13e (diff)
downloadtcl-7061980f69421d3e196ba2d012fca4022873de4f.zip
tcl-7061980f69421d3e196ba2d012fca4022873de4f.tar.gz
tcl-7061980f69421d3e196ba2d012fca4022873de4f.tar.bz2
typo in comment
FossilOrigin-Name: f86f38b75cb4c53cdb6e402d0f09e9f40c8c360e
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r--generic/tclIOUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 99240e4..9709345 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.77.2.27 2006/03/16 18:23:22 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.28 2006/03/28 10:44:52 das Exp $
*/
#include "tclInt.h"
@@ -612,7 +612,7 @@ FsRecacheFilesystemList(void)
/*
* Code below operates on shared data. We
* are already called under mutex lock so
- * we can safely proceede.
+ * we can safely proceed.
*/
/* Locate tail of the global filesystem list */