summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:37:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:37:29 (GMT)
commitabc0ed21d1172dd1ddf06c1fd922528d722cbad1 (patch)
treef5ae266ee207fad0b03c26e794c0e3b0c2fb686c /generic/tclBasic.c
parent0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0 (diff)
downloadtcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.zip
tcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.tar.gz
tcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.tar.bz2
Finish fixing comments for [Bug 848440]
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 248f893..ca89219 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.102 2004/05/20 13:04:11 dkf Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.103 2004/05/25 08:37:31 dkf Exp $
*/
#include "tclInt.h"
@@ -2127,7 +2127,7 @@ TclRenameCommand(interp, oldName, newName)
*
* Modifies various information about a Tcl command. Note that
* this procedure will not change a command's namespace; use
- * Tcl_RenameCommand to do that. Also, the isNativeObjectProc
+ * TclRenameCommand to do that. Also, the isNativeObjectProc
* member of *infoPtr is ignored.
*
* Results:
@@ -2166,7 +2166,7 @@ Tcl_SetCommandInfo(interp, cmdName, infoPtr)
*
* Modifies various information about a Tcl command. Note that
* this procedure will not change a command's namespace; use
- * Tcl_RenameCommand to do that. Also, the isNativeObjectProc
+ * TclRenameCommand to do that. Also, the isNativeObjectProc
* member of *infoPtr is ignored.
*
* Results: