Fix a typo relating to savefpu alignment
authormlarkin <mlarkin@openbsd.org>
Wed, 26 Apr 2017 07:05:24 +0000 (07:05 +0000)
committermlarkin <mlarkin@openbsd.org>
Wed, 26 Apr 2017 07:05:24 +0000 (07:05 +0000)
ok kettenis

sys/arch/amd64/include/pcb.h

index 3a6623d..a4a1d75 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pcb.h,v 1.15 2016/04/03 17:48:33 guenther Exp $       */
+/*     $OpenBSD: pcb.h,v 1.16 2017/04/26 07:05:24 mlarkin Exp $        */
 /*     $NetBSD: pcb.h,v 1.1 2003/04/26 18:39:45 fvdl Exp $     */
 
 /*-
@@ -74,7 +74,7 @@
 
 /*
  * Please note that the pcb_savefpu field in struct below must be
- * on a 16-byte boundary.
+ * on a 64-byte boundary.
  */
 struct pcb {
        struct  savefpu pcb_savefpu;    /* floating point state */