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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to