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/m88k | |
parent | b554e4bf625273156d5f5bdd702500651ce638e0 (diff) |
Stop referring to dead-since-30-years gatherstats() in comments.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index e25e9f12ea7..2f82380bf4a 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.76 2024/02/25 19:15:50 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.77 2024/03/31 07:23:29 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -253,7 +253,7 @@ unsigned int cpu_rnd_messybits(void); #endif /* - * Arguments to hardclock and gatherstats encapsulate the previous + * Arguments to clockintr_dispatch encapsulate the previous * machine state in an opaque clockframe. CLKF_INTR is only valid * if the process is in kernel mode. Clockframe is really trapframe, * so pointer to clockframe can be safely cast into a pointer to |