diff options
| author | dgp@users.sourceforge.net <dgp> | 2007-07-17 20:51:14 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2007-07-17 20:51:14 (GMT) |
| commit | ca6511c783a557fa1155ecd8c98a4668a4be28f4 (patch) | |
| tree | d11fa6666e35e3b5ab7b5c8537018657b6cda6ff | |
| parent | bf0116be5e8a820351f3c0772d21cecb18542a72 (diff) | |
| download | tcl-ca6511c783a557fa1155ecd8c98a4668a4be28f4.zip tcl-ca6511c783a557fa1155ecd8c98a4668a4be28f4.tar.gz tcl-ca6511c783a557fa1155ecd8c98a4668a4be28f4.tar.bz2 | |
typo
| -rw-r--r-- | generic/tclCompExpr.c | 4 |
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) { |
