summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 14:26:20 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 14:26:20 +0000
commit2c14a14783cd7349cb8eb593fb638682f4c93c74 (patch)
treeb828c73dd068b92d9829d5ee317d8e20e86d8579 /sys/arch
parent458b7a881ea0a64c73191737a98374ee3daeb0f5 (diff)
aligend -> aligned
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pcb.h b/sys/arch/i386/include/pcb.h
index 57264d0e290..2893fa7d9b5 100644
--- a/sys/arch/i386/include/pcb.h
+++ b/sys/arch/i386/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.24 2018/04/11 15:44:08 bluhm Exp $ */
+/* $OpenBSD: pcb.h,v 1.25 2022/02/21 14:26:19 jsg Exp $ */
/* $NetBSD: pcb.h,v 1.21 1996/01/08 13:51:42 mycroft Exp $ */
/*-
@@ -50,7 +50,7 @@
#include <machine/sysarch.h>
/*
- * Please note that pcb_savefpu must be aligend to 16 bytes.
+ * Please note that pcb_savefpu must be aligned to 16 bytes.
*/
struct pcb {
union savefpu pcb_savefpu; /* floating point state for FPU */