summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-10 08:55:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-10 08:55:04 (GMT)
commitaf67150caeea40a704056ad8aaa8e793d5fce3ac (patch)
tree422dce87933906db3450bb91cd29c5036f7ca565 /unix/tclAppInit.c
parentbf71b7786087d4fcf84dbfcd54a9446586f7c52f (diff)
downloadtcl-af67150caeea40a704056ad8aaa8e793d5fce3ac.zip
tcl-af67150caeea40a704056ad8aaa8e793d5fce3ac.tar.gz
tcl-af67150caeea40a704056ad8aaa8e793d5fce3ac.tar.bz2
Recommend Tcl_CreateObjCommand over Tcl_CreateCommand
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r--unix/tclAppInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index b203487..04ae564 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -148,7 +148,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.
*/