summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-10 14:34:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-10 14:34:26 (GMT)
commit549c3cdc807fe8a0a783fbb3d82d622afca1677e (patch)
tree13b0db4bd9c7976f36df742515985205377db32a /generic
parent56e9c5c947e0b823c849db2ba32b86e382615f55 (diff)
downloadtcl-549c3cdc807fe8a0a783fbb3d82d622afca1677e.zip
tcl-549c3cdc807fe8a0a783fbb3d82d622afca1677e.tar.gz
tcl-549c3cdc807fe8a0a783fbb3d82d622afca1677e.tar.bz2
typo
Diffstat (limited to 'generic')
-rw-r--r--generic/tclExecute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 102dddc..10be147 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.366 2008/03/07 21:07:13 dgp Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.367 2008/03/10 14:34:26 dgp Exp $
*/
#include "tclInt.h"
@@ -1309,7 +1309,7 @@ Tcl_ExprObj(
*
* Part of the Tcl object type implementation for Tcl expression
* bytecode. We do not copy the bytecode intrep. Instead, we
- * return with setting copyPtr->typePtr, so the copy is a plain
+ * return without setting copyPtr->typePtr, so the copy is a plain
* string copy of the expression value, and if it is to be used
* as a compiled expression, it will just need a recompile.
*