diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-03-31 07:23:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-03-31 07:23:30 +0000 |
commit | 20b25ddd0bb86525c77e5f1bb303418ed1260e91 (patch) | |
tree | b4d7509c244da2669c766fcb9a085812eba93dd8 /sys/arch/alpha | |
parent | b554e4bf625273156d5f5bdd702500651ce638e0 (diff) |
Stop referring to dead-since-30-years gatherstats() in comments.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 2d182a869e2..62748d3346f 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.72 2024/02/25 19:15:50 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.73 2024/03/31 07:23:29 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */ /*- @@ -300,7 +300,7 @@ cpu_rnd_messybits(void) } /* - * Arguments to hardclock and gatherstats encapsulate the previous + * Arguments to clockintr_dispatch encapsulate the previous * machine state in an opaque clockframe. On the Alpha, we use * what we push on an interrupt (a trapframe). */ |