svn commit: r307999 - stable/11/sys/x86/x86

Konstantin Belousov kib at FreeBSD.org
Thu Oct 27 09:11:37 UTC 2016


Author: kib
Date: Thu Oct 27 09:11:36 2016
New Revision: 307999
URL: https://svnweb.freebsd.org/changeset/base/307999

Log:
  MFC r307869:
  Fix typo.

Modified:
  stable/11/sys/x86/x86/mp_x86.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/x86/x86/mp_x86.c
==============================================================================
--- stable/11/sys/x86/x86/mp_x86.c	Thu Oct 27 07:57:43 2016	(r307998)
+++ stable/11/sys/x86/x86/mp_x86.c	Thu Oct 27 09:11:36 2016	(r307999)
@@ -1318,7 +1318,7 @@ invlcache_handler(void)
 	 * Reading the generation here allows greater parallelism
 	 * since wbinvd is a serializing instruction.  Without the
 	 * temporary, we'd wait for wbinvd to complete, then the read
-	 * would execute, then the dependent write, whuch must then
+	 * would execute, then the dependent write, which must then
 	 * complete before return from interrupt.
 	 */
 	generation = smp_tlb_generation;


More information about the svn-src-all mailing list