summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-10-04 21:09:02 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-10-04 21:09:02 (GMT)
commit2e1d5a50d831b9c760366ca2d238a7478bbcc053 (patch)
tree39e9593604a13a6ee2ce023f6befa483316d45ba /generic/tclCkalloc.c
parent9a44b606e87dbbe08bf4432e1f762ef9c4cb2423 (diff)
downloadtcl-2e1d5a50d831b9c760366ca2d238a7478bbcc053.zip
tcl-2e1d5a50d831b9c760366ca2d238a7478bbcc053.tar.gz
tcl-2e1d5a50d831b9c760366ca2d238a7478bbcc053.tar.bz2
Rewrite comments for clarity and conciseness.
Diffstat (limited to 'generic/tclCkalloc.c')
-rw-r--r--generic/tclCkalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c
index 6cf3c4c..f2394b1 100644
--- a/generic/tclCkalloc.c
+++ b/generic/tclCkalloc.c
@@ -381,7 +381,7 @@ Tcl_DumpActiveMemory(
* Tcl_DbCkalloc - debugging ckalloc
*
* 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.
*