svn commit: r235688 - stable/9/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Sun May 20 14:15:13 UTC 2012


Author: kib
Date: Sun May 20 14:15:13 2012
New Revision: 235688
URL: http://svn.freebsd.org/changeset/base/235688

Log:
  MFC r235538:
  Fix typo.
  
  MFC r235555:
  Use singular form for a modifier.

Modified:
  stable/9/sys/amd64/amd64/fpu.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/amd64/fpu.c
==============================================================================
--- stable/9/sys/amd64/amd64/fpu.c	Sun May 20 10:02:24 2012	(r235687)
+++ stable/9/sys/amd64/amd64/fpu.c	Sun May 20 14:15:13 2012	(r235688)
@@ -141,7 +141,7 @@ CTASSERT(sizeof(struct savefpu_ymm) == 8
 /*
  * This requirement is to make it easier for asm code to calculate
  * offset of the fpu save area from the pcb address. FPU save area
- * must by 64-bytes aligned.
+ * must be 64-byte aligned.
  */
 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
 


More information about the svn-src-all mailing list