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/sh/include/cpu.h | |
parent | b554e4bf625273156d5f5bdd702500651ce638e0 (diff) |
Stop referring to dead-since-30-years gatherstats() in comments.
Diffstat (limited to 'sys/arch/sh/include/cpu.h')
-rw-r--r-- | sys/arch/sh/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h index 80122977ad8..eeae150d812 100644 --- a/sys/arch/sh/include/cpu.h +++ b/sys/arch/sh/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.37 2024/02/25 19:15:50 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.38 2024/03/31 07:23:29 miod Exp $ */ /* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */ /*- @@ -94,7 +94,7 @@ extern struct cpu_info cpu_info_store; /* - * Arguments to hardclock and gatherstats encapsulate the previous + * Arguments to clockintr_dispatch encapsulate the previous * machine state in an opaque clockframe. */ struct clockframe { |