diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/include/cpu.h b/sys/arch/arm64/include/cpu.h index 24f4f53f0b1..6f1da4c0720 100644 --- a/sys/arch/arm64/include/cpu.h +++ b/sys/arch/arm64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.15 2020/05/17 11:05:15 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.16 2020/05/17 13:36:33 kettenis Exp $ */ /* * Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com> * @@ -25,7 +25,7 @@ /* * CTL_MACHDEP definitions. */ -#define CPU_COMPATIBLE 1 /* compatible proprty */ +#define CPU_COMPATIBLE 1 /* compatible property */ #define CPU_MAXID 2 /* number of valid machdep ids */ #define CTL_MACHDEP_NAMES { \ |