svn commit: r337942 - stable/11/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Fri Aug 17 00:49:36 UTC 2018


Author: kib
Date: Fri Aug 17 00:49:35 2018
New Revision: 337942
URL: https://svnweb.freebsd.org/changeset/base/337942

Log:
  MFC r337770:
  Fix typo.

Modified:
  stable/11/sys/amd64/amd64/pmap.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/amd64/pmap.c
==============================================================================
--- stable/11/sys/amd64/amd64/pmap.c	Fri Aug 17 00:32:00 2018	(r337941)
+++ stable/11/sys/amd64/amd64/pmap.c	Fri Aug 17 00:49:35 2018	(r337942)
@@ -7431,7 +7431,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.


More information about the svn-src-all mailing list