summaryrefslogtreecommitdiffstats
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)
commit8365a58070d618158d161323c2e5add4598ffd01 (patch)
tree61eed2cb25f11fab73f3412815d8e1888e995c32
parentb25cb7d39a10e81e682e391e6490f2b59671eaef (diff)
downloadtcl-8365a58070d618158d161323c2e5add4598ffd01.zip
tcl-8365a58070d618158d161323c2e5add4598ffd01.tar.gz
tcl-8365a58070d618158d161323c2e5add4598ffd01.tar.bz2
Update comment with TIP number.
-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",