diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-03-16 10:02:04 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-03-16 10:02:04 +0000 |
commit | be05bd9d087eba072bfe2913e97148afd58ad13a (patch) | |
tree | df8a6a71524422ecd036a3662102c044c9cd7282 /sys/arch/amd64 | |
parent | 00334af9ac8c9a7060b115d763e16f70d9ecdd55 (diff) |
Typo, from miod@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index 4830cda2493..a66ec6e9f4c 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.109 2017/03/11 11:55:03 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.110 2017/03/16 10:02:03 mpi Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -426,7 +426,7 @@ void mp_setperf_init(void); #define CPU_XCRYPT 12 /* supports VIA xcrypt in userland */ #define CPU_LIDSUSPEND 13 /* lid close causes a suspend */ #define CPU_LIDACTION 14 /* action caused by lid close */ -#define CPU_FORCEUKBD 15 /* Force ukbd(4) as console keybpoard */ +#define CPU_FORCEUKBD 15 /* Force ukbd(4) as console keyboard */ #define CPU_MAXID 16 /* number of valid machdep ids */ #define CTL_MACHDEP_NAMES { \ |