Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 14:15:13 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r235688 - stable/9/sys/amd64/amd64
Message-ID:  <201205201415.q4KEFDp8096362@svn.freebsd.org>

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



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