Date: Thu, 17 May 2012 10:19:49 +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: r235538 - head/sys/amd64/amd64 Message-ID: <201205171019.q4HAJnYB090628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205171019.q4HAJnYB090628>