diff options
author | 2020-10-18 12:46:07 +0000 | |
---|---|---|
committer | 2020-10-18 12:46:07 +0000 | |
commit | 302ab91f168b6349b210d148d33522476ba66506 (patch) | |
tree | cc47fd614071b856cdb99a3b3f6ffa26945e853f | |
parent | Remove leftover debugging output for EXC_PGM traps. (diff) | |
download | wireguard-openbsd-302ab91f168b6349b210d148d33522476ba66506.tar.xz wireguard-openbsd-302ab91f168b6349b210d148d33522476ba66506.zip |
Fix typo. Spotted by patrick@
-rw-r--r-- | sys/arch/arm64/arm64/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/arm64/cpu.c b/sys/arch/arm64/arm64/cpu.c index 092bf6d882b..38b9c62ed3b 100644 --- a/sys/arch/arm64/arm64/cpu.c +++ b/sys/arch/arm64/arm64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.41 2020/10/18 12:03:50 kettenis Exp $ */ +/* $OpenBSD: cpu.c,v 1.42 2020/10/18 12:46:07 kettenis Exp $ */ /* * Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com> @@ -374,7 +374,7 @@ cpu_identify(struct cpu_info *ci) * ID_AA64MMFR1 * * We omit printing virtualization related fields like XNX, VH - * and VMIDBits as they are not reakky relevant for us. + * and VMIDBits as they are not really relevant for us. */ id = READ_SPECIALREG(id_aa64mmfr1_el1); |