svn commit: r235538 - head/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Thu May 17 10:19:49 UTC 2012


Author: kib
Date: Thu May 17 10:19:49 2012
New Revision: 235538
URL: http://svn.freebsd.org/changeset/base/235538

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/amd64/amd64/fpu.c

Modified: head/sys/amd64/amd64/fpu.c
==============================================================================
--- head/sys/amd64/amd64/fpu.c	Thu May 17 10:11:18 2012	(r235537)
+++ head/sys/amd64/amd64/fpu.c	Thu May 17 10:19:49 2012	(r235538)
@@ -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-bytes aligned.
  */
 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
 


More information about the svn-src-head mailing list