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

Konstantin Belousov kib at FreeBSD.org
Thu May 17 17:30:17 UTC 2012


Author: kib
Date: Thu May 17 17:30:16 2012
New Revision: 235555
URL: http://svn.freebsd.org/changeset/base/235555

Log:
  Use singular form for a modifier.
  
  Submitted by:	alc
  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 17:02:47 2012	(r235554)
+++ head/sys/amd64/amd64/fpu.c	Thu May 17 17:30:16 2012	(r235555)
@@ -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 be 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