diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-09-21 08:41:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-09-21 08:41:51 (GMT) |
commit | 475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52 (patch) | |
tree | 19994fe7776bae05ebec5874f3239f8992393498 /generic/tclTrace.c | |
parent | 4248deef0b06ef0e95625e3b40a677427dc55f78 (diff) | |
download | tcl-minor.zip tcl-minor.tar.gz tcl-minor.tar.bz2 |
Fix ungrammatical doubling of words in commentsminor
Diffstat (limited to 'generic/tclTrace.c')
-rw-r--r-- | generic/tclTrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTrace.c b/generic/tclTrace.c index 18eb1cc..24f4d31 100644 --- a/generic/tclTrace.c +++ b/generic/tclTrace.c @@ -1455,7 +1455,7 @@ TclCheckInterpTraces( if (!(tracePtr->flags & TCL_TRACE_EXEC_IN_PROGRESS)) { /* - * The proc invoked might delete the traced command which which + * The proc invoked might delete the traced command which * might try to free tracePtr. We want to use tracePtr until the * end of this if section, so we use Tcl_Preserve() and * Tcl_Release() to be sure it is not freed while we still need |