Fix typo.

MFC after:	1 week
This commit is contained in:
Andrey V. Elsukov 2019-03-07 10:01:32 +00:00
parent e6dcce69ca
commit 40025d42fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344873
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ _Static_assert(OFFSETOF_CURTHREAD == offsetof(struct pcpu, pc_curthread),
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
_Static_assert(OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
"OFFSETOF_MONINORBUF does not correspond with offset of pc_monitorbuf.");
"OFFSETOF_MONITORBUF does not correspond with offset of pc_monitorbuf.");
struct savefpu *
get_pcb_user_save_td(struct thread *td)

View File

@ -95,7 +95,7 @@ _Static_assert(OFFSETOF_CURTHREAD == offsetof(struct pcpu, pc_curthread),
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
_Static_assert(__OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
"__OFFSETOF_MONINORBUF does not correspond with offset of pc_monitorbuf.");
"__OFFSETOF_MONITORBUF does not correspond with offset of pc_monitorbuf.");
union savefpu *
get_pcb_user_save_td(struct thread *td)