summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-06-30 11:28:47 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-06-30 11:28:47 (GMT)
commit1f8ebd7b0caa1a054bd930e47618c85b4dcb2a9b (patch)
tree120ef5eea3b3b6283a73ffd344f110c6ee5ecf5d /unix
parenta505ea57578cac309d3cb416fcc31df82b61bded (diff)
downloadtk-1f8ebd7b0caa1a054bd930e47618c85b4dcb2a9b.zip
tk-1f8ebd7b0caa1a054bd930e47618c85b4dcb2a9b.tar.gz
tk-1f8ebd7b0caa1a054bd930e47618c85b4dcb2a9b.tar.bz2
Eliminate last two calls to Tcl_CreateCommand().
Diffstat (limited to 'unix')
-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.
*/