diff options
author | 2020-05-17 13:36:33 +0000 | |
---|---|---|
committer | 2020-05-17 13:36:33 +0000 | |
commit | f8c21047e63df663d400f96c8a1bf49ec52bdfa2 (patch) | |
tree | cb976acbceda458678f44bb8bc9d3cf7d4b5a51d | |
parent | Add function for attaching RTC drivers, to reduce direct use (diff) | |
download | wireguard-openbsd-f8c21047e63df663d400f96c8a1bf49ec52bdfa2.tar.xz wireguard-openbsd-f8c21047e63df663d400f96c8a1bf49ec52bdfa2.zip |
Fix typo in comment.
-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 { \ |