summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-02-17 19:12:06 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-02-17 19:12:06 (GMT)
commit60915a5a86e571aab72b248bbeaafbb1e0434bd8 (patch)
treeec35542c1a4ccf12d8a2945822b5fc1ff0bf1c78 /library
parenta2a122cc5ca0bb7445b7e823d5dee282e3636bca (diff)
downloadtcl-60915a5a86e571aab72b248bbeaafbb1e0434bd8.zip
tcl-60915a5a86e571aab72b248bbeaafbb1e0434bd8.tar.gz
tcl-60915a5a86e571aab72b248bbeaafbb1e0434bd8.tar.bz2
update in comment
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