Fix typo.

Noted by:	alc
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2018-08-14 16:27:17 +00:00
parent b3410bc623
commit ef52dc71eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337770

View File

@ -7485,7 +7485,7 @@ pmap_activate_sw(struct thread *td)
* pmap_activate_sw(), from the context switch, is * pmap_activate_sw(), from the context switch, is
* immune to this race, because interrupts are * immune to this race, because interrupts are
* disabled (while the thread lock is owned), and IPI * disabled (while the thread lock is owned), and IPI
* happends after curpmap is updated. Protect other * happens after curpmap is updated. Protect other
* callers in a similar way, by disabling interrupts * callers in a similar way, by disabling interrupts
* around the %cr3 register reload and curpmap * around the %cr3 register reload and curpmap
* assignment. * assignment.