From ef52dc71eb1044932edc7044e12888706b8dc69b Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 14 Aug 2018 16:27:17 +0000 Subject: [PATCH] Fix typo. Noted by: alc MFC after: 3 days --- sys/amd64/amd64/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 572b21974531..e447963ff394 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -7485,7 +7485,7 @@ pmap_activate_sw(struct thread *td) * pmap_activate_sw(), from the context switch, is * immune to this race, because interrupts are * 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 * around the %cr3 register reload and curpmap * assignment.