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);
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to