svn commit: r337770 - head/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Tue Aug 14 16:27:18 UTC 2018


Author: kib
Date: Tue Aug 14 16:27:17 2018
New Revision: 337770
URL: https://svnweb.freebsd.org/changeset/base/337770

Log:
  Fix typo.
  
  Noted by:	alc
  MFC after:	3 days

Modified:
  head/sys/amd64/amd64/pmap.c

Modified: head/sys/amd64/amd64/pmap.c
==============================================================================
--- head/sys/amd64/amd64/pmap.c	Tue Aug 14 16:26:44 2018	(r337769)
+++ head/sys/amd64/amd64/pmap.c	Tue Aug 14 16:27:17 2018	(r337770)
@@ -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.


More information about the svn-src-head mailing list