diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-06 14:08:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-06 14:08:22 (GMT) |
commit | a98efaafa6b86209e60980fa6da27a6679d2ec6b (patch) | |
tree | 2b38e135d6f4681cc97d3fae55f7eaa211f9e526 /generic/tclCkalloc.c | |
parent | 84db965188b243220d7b0bb5c1cb6fd8f1973c06 (diff) | |
parent | fa2cb7883beede585b4082ff56dc6cb16872553b (diff) | |
download | tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.zip tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.gz tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclCkalloc.c')
-rw-r--r-- | generic/tclCkalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c index fcf9a9d..a1efc7a 100644 --- a/generic/tclCkalloc.c +++ b/generic/tclCkalloc.c @@ -381,7 +381,7 @@ Tcl_DumpActiveMemory( * Tcl_DbCkalloc - debugging Tcl_Alloc * * Allocate the requested amount of space plus some extra for guard bands - * at both ends of the request, plus a size, panicing if there isn't + * at both ends of the request, plus a size, panicking if there isn't * enough space, then write in the guard bands and return the address of * the space in the middle that the user asked for. * |