summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-14 13:23:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-14 13:23:03 (GMT)
commit96e0c0bf4a5022bfb1ecf335ce8f3b35f73c75dd (patch)
tree4b790c2086b6174904df7a1411c0597d26fd3910 /generic/tclNamesp.c
parent865200e0f391f7d31fcb7686023bbebf52b06067 (diff)
downloadtcl-96e0c0bf4a5022bfb1ecf335ce8f3b35f73c75dd.zip
tcl-96e0c0bf4a5022bfb1ecf335ce8f3b35f73c75dd.tar.gz
tcl-96e0c0bf4a5022bfb1ecf335ce8f3b35f73c75dd.tar.bz2
Corrected a comment.
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index fbbab98..140c17e 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -5,8 +5,7 @@
* commands and global variables. The global :: namespace is the
* traditional Tcl "global" scope. Other namespaces are created as
* children of the global namespace. These other namespaces contain
- * special-purpose commands and variables for packages. Also includes the
- * TIP#112 ensemble machinery.
+ * special-purpose commands and variables for packages.
*
* Copyright (c) 1993-1997 Lucent Technologies.
* Copyright (c) 1997 Sun Microsystems, Inc.
@@ -23,7 +22,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclNamesp.c,v 1.200 2010/02/13 18:11:06 dkf Exp $
+ * RCS: @(#) $Id: tclNamesp.c,v 1.201 2010/02/14 13:23:03 dkf Exp $
*/
#include "tclInt.h"