summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-04-12 14:02:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-04-12 14:02:17 (GMT)
commit4a35726086cdd4ae0a50a852e208b3d5fa1fe025 (patch)
tree7be0b8b652e849b839f374a09bb1ea938acc182a
parent0d3a249b6bc3dad80328edff7b09b31f10ade99a (diff)
downloadtcl-4a35726086cdd4ae0a50a852e208b3d5fa1fe025.zip
tcl-4a35726086cdd4ae0a50a852e208b3d5fa1fe025.tar.gz
tcl-4a35726086cdd4ae0a50a852e208b3d5fa1fe025.tar.bz2
Fixed misleading comment
-rw-r--r--generic/tclClock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 722aba7..b1aefa8 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -4619,7 +4619,8 @@ ClockSafeCatchCmd(
* environment variable has changed.
*
* Results:
- * None.
+ * An epoch counter to allow efficient checking if the timezone has
+ * changed.
*
* Side effects:
* Calls tzset.