summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-29 17:16:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-29 17:16:55 (GMT)
commit598ca907fafae5ae4feb34eb2aa90a7388c73a78 (patch)
treebf356530d1c005774349fc772fc88bfbb3902dfc /generic/tclCompCmds.c
parenta28599dc69a2cba4077e810abb8a1279ba5c1c53 (diff)
downloadtcl-598ca907fafae5ae4feb34eb2aa90a7388c73a78.zip
tcl-598ca907fafae5ae4feb34eb2aa90a7388c73a78.tar.gz
tcl-598ca907fafae5ae4feb34eb2aa90a7388c73a78.tar.bz2
Minor: correct a comment
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 5c21a2f..777d66b 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -2512,9 +2512,10 @@ PrintForeachInfo(
/*
*----------------------------------------------------------------------
*
- * TclCompileGlobalCmd --
+ * TclCompileFormatCmd --
*
- * Procedure called to compile the "format" command.
+ * Procedure called to compile the "format" command. Handles cases that
+ * can be done as constants or simple string concatenation only.
*
* Results:
* Returns TCL_OK for a successful compile. Returns TCL_ERROR to defer