From 45f4c1b34ed45c44bebc7f883e4c26a2fa30ef53 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 15 Jul 2025 10:21:13 +0000 Subject: 2 minor comment fixes --- generic/tclPreserve.c | 2 +- generic/tclUtil.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclPreserve.c b/generic/tclPreserve.c index cca13e8..50ccc33 100644 --- a/generic/tclPreserve.c +++ b/generic/tclPreserve.c @@ -253,7 +253,7 @@ Tcl_Release( * None. * * Side effects: - * Ptr may be released by calling free(). + * Ptr may be released by calling ckfree(). * *---------------------------------------------------------------------- */ diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 0d2df75..d0cca71 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -835,7 +835,7 @@ TclCopyAndCollapse( * with the number of valid elements in the array. A single block of * memory is dynamically allocated to hold both the argv array and a copy * of the list (with backslashes and braces removed in the standard way). - * The caller must eventually free this memory by calling free() on + * The caller must eventually free this memory by calling ckfree() on * *argvPtr. Note: *argvPtr and *argcPtr are only modified if the * function returns normally. * -- cgit v0.12