summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2016-01-19 17:48:25 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2016-01-19 17:48:25 (GMT)
commit28d25fa6cf8d801e60d1d41099179e356ef8ecae (patch)
tree61eed2cb25f11fab73f3412815d8e1888e995c32 /generic/tclBasic.c
parent4320d2b7859b143036f361013d5eaa7d0baaa5c8 (diff)
downloadtcl-28d25fa6cf8d801e60d1d41099179e356ef8ecae.zip
tcl-28d25fa6cf8d801e60d1d41099179e356ef8ecae.tar.gz
tcl-28d25fa6cf8d801e60d1d41099179e356ef8ecae.tar.bz2
Update comment with TIP number.tclPlatformEngine
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 0bb43cc..e5d7406 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -916,7 +916,7 @@ Tcl_CreateInterp(void)
TclInitEmbeddedConfigurationInformation(interp);
/*
- * TIP #XXX: Declare the name of the script engine to be "Tcl".
+ * TIP #440: Declare the name of the script engine to be "Tcl".
*/
Tcl_SetVar2(interp, "tcl_platform", "engine", "Tcl",