summaryrefslogtreecommitdiffstats
path: root/unix/tkAppInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-06-30 11:28:47 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-06-30 11:28:47 (GMT)
commit566489ddd15ad5d45a687426b2497dfaa9f933fa (patch)
tree120ef5eea3b3b6283a73ffd344f110c6ee5ecf5d /unix/tkAppInit.c
parentbcf8a25c9547a7ba6caa0e5b5585d0ff513e07aa (diff)
downloadtk-566489ddd15ad5d45a687426b2497dfaa9f933fa.zip
tk-566489ddd15ad5d45a687426b2497dfaa9f933fa.tar.gz
tk-566489ddd15ad5d45a687426b2497dfaa9f933fa.tar.bz2
Eliminate last two calls to Tcl_CreateCommand().
FossilOrigin-Name: aab5111f96c24f0591a436bc3ad605c3f5a59eb2
Diffstat (limited to 'unix/tkAppInit.c')
-rw-r--r--unix/tkAppInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 9a0b053..13bcdde 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.c
@@ -131,7 +131,7 @@ Tcl_AppInit(
*/
/*
- * Call Tcl_CreateCommand for application-specific commands, if they
+ * Call Tcl_CreateObjCommand for application-specific commands, if they
* weren't already created by the init procedures called above.
*/