summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 03:14:40 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 03:14:40 (GMT)
commit58a6cf56658dd7694f9ab1d4608e68705bdec7e4 (patch)
treefac7f8a281ecc8e477a90a1c29b5f8fb08a03506 /generic/tclTrace.c
parentf39e01914588b46a5256e96c2e82867affcd3a41 (diff)
downloadtcl-58a6cf56658dd7694f9ab1d4608e68705bdec7e4.zip
tcl-58a6cf56658dd7694f9ab1d4608e68705bdec7e4.tar.gz
tcl-58a6cf56658dd7694f9ab1d4608e68705bdec7e4.tar.bz2
comment fix
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. */