summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclClockFmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClockFmt.c b/generic/tclClockFmt.c
index 11956cc..9b32020 100644
--- a/generic/tclClockFmt.c
+++ b/generic/tclClockFmt.c
@@ -621,7 +621,7 @@ ClockFmtScnStorageDelete(
{
Tcl_HashEntry *hPtr = HashEntry4FmtScn(fss);
/*
- * This will delete a hash entry and call "Tcl_Free" for storage self, if
+ * This will delete a hash entry and call "ckfree" for storage self, if
* some additionally handling required, freeEntryProc can be used instead
*/
Tcl_DeleteHashEntry(hPtr);
@@ -3566,7 +3566,7 @@ ClockFrmScnClearCaches(void)
}
void
-ClockFrmScnFinalize()
+ClockFrmScnFinalize(void)
{
if (!initialized) {
return;