summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-05-17 17:30:16 +0000
committerkib <kib@FreeBSD.org>2012-05-17 17:30:16 +0000
commit9d03cfba2323296542b81c995f1a5bb7b844d6c8 (patch)
treed583abcd97c71fae59e85f39d3079f908c732b10 /sys/amd64
parent23a2415932a8ec2badb0feeea9f6afb27d5eb260 (diff)
downloadFreeBSD-src-9d03cfba2323296542b81c995f1a5bb7b844d6c8.zip
FreeBSD-src-9d03cfba2323296542b81c995f1a5bb7b844d6c8.tar.gz
Use singular form for a modifier.
Submitted by: alc MFC after: 3 days
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/fpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 47c6f07..55299c8 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -141,7 +141,7 @@ CTASSERT(sizeof(struct savefpu_ymm) == 832);
/*
* 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);
OpenPOWER on IntegriCloud