summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-20 02:15:05 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-20 02:15:05 (GMT)
commit84e2319fb5c3966eb989c2c6870f3b6b03b3b9c9 (patch)
treec7f7b91f7b5b107f24b23b402c22fe4ee8b6300e /generic/tclExecute.c
parenta1fe345fbfa47cb85f28246a1569fce99cd93712 (diff)
downloadtcl-84e2319fb5c3966eb989c2c6870f3b6b03b3b9c9.zip
tcl-84e2319fb5c3966eb989c2c6870f3b6b03b3b9c9.tar.gz
tcl-84e2319fb5c3966eb989c2c6870f3b6b03b3b9c9.tar.bz2
* generic/tclCompile.c: Fix comments.
* generic/tclExecute.c:
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 af9ff99..17919db 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.338 2007/10/17 04:35:18 kennykb Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.339 2007/10/20 02:15:05 msofer 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.
*/
{