Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2012 17:30:16 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235555 - head/sys/amd64/amd64
Message-ID:  <201205171730.q4HHUGgY008741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205171730.q4HHUGgY008741>