summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-17 20:51:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-17 20:51:14 (GMT)
commit8d93e8deb3c64b7ed0e33ccced2bdd944ea464ce (patch)
treed11fa6666e35e3b5ab7b5c8537018657b6cda6ff /generic/tclCompExpr.c
parentd37e9449abbcba6add40d5796795b556541402c3 (diff)
downloadtcl-8d93e8deb3c64b7ed0e33ccced2bdd944ea464ce.zip
tcl-8d93e8deb3c64b7ed0e33ccced2bdd944ea464ce.tar.gz
tcl-8d93e8deb3c64b7ed0e33ccced2bdd944ea464ce.tar.bz2
typo
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r--generic/tclCompExpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index 3304b51..4e0c1b4 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.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: tclCompExpr.c,v 1.70 2007/07/17 19:18:54 dgp Exp $
+ * RCS: @(#) $Id: tclCompExpr.c,v 1.71 2007/07/17 20:51:14 dgp Exp $
*/
#include "tclInt.h"
@@ -532,7 +532,7 @@ ParseExpr(
* Main parsing loop parses one lexeme per iteration. We exit the
* loop only when there's a syntax error with a "goto error" which
* takes us to the error handling code following the loop, or when
- * we've successfully complete the parse and we return to the caller.
+ * we've successfully completed the parse and we return to the caller.
*/
while (1) {