diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-11 19:58:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-11 19:58:31 (GMT) |
commit | 8314c6ab2c9c76dde2f52962f5ce62a84ae2a51d (patch) | |
tree | 74484cd9d9ae3b20bccaf23f57af52ce0e2bcd58 /generic/tclDictObj.c | |
parent | 978b1c10b76aed1e7c18d325b3f25cfa9a4fcb0d (diff) | |
download | tcl-8314c6ab2c9c76dde2f52962f5ce62a84ae2a51d.zip tcl-8314c6ab2c9c76dde2f52962f5ce62a84ae2a51d.tar.gz tcl-8314c6ab2c9c76dde2f52962f5ce62a84ae2a51d.tar.bz2 |
Fix comments...
Diffstat (limited to 'generic/tclDictObj.c')
-rw-r--r-- | generic/tclDictObj.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c index 5863cd2..6f78c9c 100644 --- a/generic/tclDictObj.c +++ b/generic/tclDictObj.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclDictObj.c,v 1.23 2004/10/08 22:44:49 dkf Exp $ + * RCS: @(#) $Id: tclDictObj.c,v 1.24 2004/10/11 19:58:31 dkf Exp $ */ #include "tclInt.h" @@ -2720,7 +2720,7 @@ DictFilterCmd(interp, objc, objv) * * This function implements the "dict update" Tcl command. * See the user documentation for details on what it does, and - * TIP#323 for the formal specification. + * TIP#212 for the formal specification. * * Results: * A standard Tcl result. @@ -2844,7 +2844,7 @@ DictUpdateCmd(interp, objc, objv) * * This function implements the "dict with" Tcl command. * See the user documentation for details on what it does, and - * TIP#323 for the formal specification. + * TIP#212 for the formal specification. * * Results: * A standard Tcl result. |