diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-05-17 13:36:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-05-17 13:36:34 +0000 |
commit | 07a636a18ebb1d3e2d4677a55c4d0ad02b5b8aa5 (patch) | |
tree | 5bbab026b1a4354e0f08365935c183d2998612c5 /sys/arch | |
parent | 789c39c8e28c45a43276abd64191d68d0669064d (diff) |
Fix typo in comment.
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 { \ |