summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-02-17 19:12:05 (GMT)
committerdgp <dgp@noemail.net>2003-02-17 19:12:05 (GMT)
commit33e3b95b043e991b7a9d3ef84090c75a83d44472 (patch)
treeec35542c1a4ccf12d8a2945822b5fc1ff0bf1c78 /library
parente4ce42d7600ac88a240b3a899b556ad23a0d7de4 (diff)
downloadtcl-33e3b95b043e991b7a9d3ef84090c75a83d44472.zip
tcl-33e3b95b043e991b7a9d3ef84090c75a83d44472.tar.gz
tcl-33e3b95b043e991b7a9d3ef84090c75a83d44472.tar.bz2
update in comment
FossilOrigin-Name: 6310fa5a5bcace328f416877bbb36585a33c020f
Diffstat (limited to 'library')
-rw-r--r--library/tcltest/tcltest.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index f61fe9e..7d119c7 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -16,7 +16,7 @@
# Contributions from Don Porter, NIST, 2002. (not subject to US copyright)
# All rights reserved.
#
-# RCS: @(#) $Id: tcltest.tcl,v 1.77 2003/02/06 16:29:19 dgp Exp $
+# RCS: @(#) $Id: tcltest.tcl,v 1.78 2003/02/17 19:12:06 dgp Exp $
package require Tcl 8.3 ;# uses [glob -directory]
namespace eval tcltest {
@@ -504,7 +504,7 @@ namespace eval tcltest {
}
namespace eval [namespace current] \
[list upvar 0 Option($option) $varName]
- # Workaround for Bug 572889. Grrrr....
+ # Workaround for Bug (now Feature Request) 572889. Grrrr....
# Track all the variables tied to options
lappend OptionControlledVariables $varName
# Later, set auto-configure read traces on all