diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-10-29 17:16:55 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-10-29 17:16:55 (GMT) |
| commit | 35aabad870bb8a18c919c38b510b452c8b1eac53 (patch) | |
| tree | bf356530d1c005774349fc772fc88bfbb3902dfc | |
| parent | 3168a4edaa435018a2b2adb0fda2eec17a3938c3 (diff) | |
| download | tcl-35aabad870bb8a18c919c38b510b452c8b1eac53.zip tcl-35aabad870bb8a18c919c38b510b452c8b1eac53.tar.gz tcl-35aabad870bb8a18c919c38b510b452c8b1eac53.tar.bz2 | |
Minor: correct a comment
| -rw-r--r-- | generic/tclCompCmds.c | 5 |
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 |
