summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2007-07-24 03:14:40 (GMT)
committermsofer <msofer@noemail.net>2007-07-24 03:14:40 (GMT)
commitf885661a43ebcc500a38d6c22bc9bc0e6cb84685 (patch)
treefac7f8a281ecc8e477a90a1c29b5f8fb08a03506 /generic/tclTrace.c
parent0fdd9f38f2b6bac91b9c7145a626512482b1c5e4 (diff)
downloadtcl-f885661a43ebcc500a38d6c22bc9bc0e6cb84685.zip
tcl-f885661a43ebcc500a38d6c22bc9bc0e6cb84685.tar.gz
tcl-f885661a43ebcc500a38d6c22bc9bc0e6cb84685.tar.bz2
comment fix
FossilOrigin-Name: 4852e811e8d993de0c580869c4c51a5d0d8108af
Diffstat (limited to 'generic/tclTrace.c')
-rw-r--r--generic/tclTrace.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclTrace.c b/generic/tclTrace.c
index a0c777c..0acce21 100644
--- a/generic/tclTrace.c
+++ b/generic/tclTrace.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTrace.c,v 1.42 2007/07/24 03:05:53 msofer Exp $
+ * RCS: @(#) $Id: tclTrace.c,v 1.43 2007/07/24 03:14:40 msofer Exp $
*/
#include "tclInt.h"
@@ -1396,8 +1396,7 @@ int
TclCheckExecutionTraces(
Tcl_Interp *interp, /* The current interpreter. */
CONST char *command, /* Pointer to beginning of the current command
- * string. If NULL, the string will be
- * generated from (objc,objv) */
+ * string. */
int numChars, /* The number of characters in 'command' which
* are part of the command string. */
Command *cmdPtr, /* Points to command's Command struct. */