summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-12-14 20:31:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-12-14 20:31:21 (GMT)
commitf45e4a0dbcc9c39ffe6f3dc6ed3625f314826402 (patch)
treef0ea955edd55e7ec3cefbc5971903856f30a4b87 /generic
parent37ed90171f5d85f4485a20f7495835aac2776b88 (diff)
downloadtcl-f45e4a0dbcc9c39ffe6f3dc6ed3625f314826402.zip
tcl-f45e4a0dbcc9c39ffe6f3dc6ed3625f314826402.tar.gz
tcl-f45e4a0dbcc9c39ffe6f3dc6ed3625f314826402.tar.bz2
docs and comments corrections [Bug 493412]
Diffstat (limited to 'generic')
-rw-r--r--generic/tclBasic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index ab9e1f0..0cf25fc 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.42 2001/11/21 17:17:17 dgp Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.43 2001/12/14 20:31:22 msofer Exp $
*/
#include "tclInt.h"
@@ -256,8 +256,8 @@ static CmdInfo builtInCmds[] = {
* Tcl_DeleteInterp.
*
* Side effects:
- * The command interpreter is initialized with an empty variable
- * table and the built-in commands.
+ * The command interpreter is initialized with the built-in commands
+ * and with the variables documented in tclvars(n).
*
*----------------------------------------------------------------------
*/