summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2010-11-05 00:06:57 (GMT)
committerkennykb <kennykb@noemail.net>2010-11-05 00:06:57 (GMT)
commitc905369426ec8941bd99f856c57041f480d71161 (patch)
treea404b6597d3af6e288049ff1bc06372b5944ab12 /generic/tclCompCmds.c
parent664f678f460bf31ad453e2d3c3a09daaeb1e4731 (diff)
downloadtcl-c905369426ec8941bd99f856c57041f480d71161.zip
tcl-c905369426ec8941bd99f856c57041f480d71161.tar.gz
tcl-c905369426ec8941bd99f856c57041f480d71161.tar.bz2
Backport dgp's fixes to comments and ChangeLog entry
FossilOrigin-Name: cad6896003af0a8718c638c8cbd76747049445af
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index c520aef..5f25c59 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompCmds.c,v 1.143.2.3 2010/11/03 00:58:04 kennykb Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.143.2.4 2010/11/05 00:06:58 kennykb Exp $
*/
#include "tclInt.h"
@@ -557,7 +557,7 @@ TclCompileCatchCmd(
TclEmitOpcode(INST_POP, envPtr);
/*
- * Stack is now ?script? result returnCode.
+ * Stack is now ?script? ?returnOptions? returnCode.
* If the options dict has been requested, it is buried on the stack
* under the return code. Reverse the stack to bring it to the top,
* store it and remove it from the stack.