mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Use singular form for a modifier.
Submitted by: alc MFC after: 3 days
This commit is contained in:
parent
8b42cfa708
commit
b74a22905e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235555
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user