diff options
author | dgp <dgp@noemail.net> | 2005-07-13 20:33:10 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-07-13 20:33:10 (GMT) |
commit | 09ad35938b3ce055b00c8b152b63e13d66c614f3 (patch) | |
tree | 0bf54b31fd65fb5f6c88377958f38fa67674039d /generic/tclCompCmds.c | |
parent | ad93aa32e8a0423f2ca34001572f3c6818d1521e (diff) | |
download | tcl-09ad35938b3ce055b00c8b152b63e13d66c614f3.zip tcl-09ad35938b3ce055b00c8b152b63e13d66c614f3.tar.gz tcl-09ad35938b3ce055b00c8b152b63e13d66c614f3.tar.bz2 |
copy/paste/fail-to-modify error in comment.
FossilOrigin-Name: 2ab7e4e48c18843fa4768e5d0b515f4753848516
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r-- | generic/tclCompCmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index ee415e5..8e1b195 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.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: tclCompCmds.c,v 1.75 2005/06/20 23:10:23 dkf Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.76 2005/07/13 20:33:11 dgp Exp $ */ #include "tclInt.h" @@ -72,7 +72,7 @@ * Macro to get the offset to the next instruction to be issued. The ANSI C * "prototype" for this macro is: * - * static int TokenAfter(CompileEnv *envPtr); + * static int CurrentOffset(CompileEnv *envPtr); */ #define CurrentOffset(envPtr) \ |