diff options
Diffstat (limited to 'generic/tclPanic.c')
-rw-r--r-- | generic/tclPanic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPanic.c b/generic/tclPanic.c index 1d7e992..5a05c24 100644 --- a/generic/tclPanic.c +++ b/generic/tclPanic.c @@ -66,7 +66,7 @@ Tcl_SetPanicProc( */ /* - * The following comment is here so that Coverity's static analizer knows that + * The following comment is here so that Coverity's static analyzer knows that * a Tcl_Panic() call can never return and avoids lots of false positives. */ |