From: jsg Date: Mon, 21 Feb 2022 14:26:19 +0000 (+0000) Subject: aligend -> aligned X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7018d8c380b5c6858c2a016599bbcdff4106d747;p=openbsd aligend -> aligned --- 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 /* - * 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 */