summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-24 12:52:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-24 12:52:50 (GMT)
commit1873e3116183bc74ea836f71406de17420072399 (patch)
treee29316f0eea72d8b7d8fb35aa319d800e6bf2664 /generic/tclExecute.c
parent8954280ce7849f9bd776d6e1d398a4a937960b32 (diff)
downloadtcl-1873e3116183bc74ea836f71406de17420072399.zip
tcl-1873e3116183bc74ea836f71406de17420072399.tar.gz
tcl-1873e3116183bc74ea836f71406de17420072399.tar.bz2
merge updates from HEAD
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 78c3a82..60c166f 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclExecute.c,v 1.285.2.20 2007/10/17 14:38:35 dgp Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.285.2.21 2007/10/24 12:52:52 dgp Exp $
*/
#include "tclInt.h"
@@ -2400,7 +2400,7 @@ TclExecuteByteCode(
* Start of INST_LOAD instructions.
*
* WARNING: more 'goto' here than your doctor recommended! The different
- * instructions set the value of some variables and then jump to somme
+ * instructions set the value of some variables and then jump to some
* common execution code.
*/
{