aligend -> aligned
authorjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 14:26:19 +0000 (14:26 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 14:26:19 +0000 (14:26 +0000)
sys/arch/i386/include/pcb.h

index 57264d0..2893fa7 100644 (file)
@@ -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 */