Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 00:49:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r337942 - stable/11/sys/amd64/amd64
Message-ID:  <201808170049.w7H0na3c037958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170049.w7H0na3c037958>