Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 17:37:21 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307869 - head/sys/x86/x86
Message-ID:  <201610241737.u9OHbL5b032716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon Oct 24 17:37:21 2016
New Revision: 307869
URL: https://svnweb.freebsd.org/changeset/base/307869

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

Modified:
  head/sys/x86/x86/mp_x86.c

Modified: head/sys/x86/x86/mp_x86.c
==============================================================================
--- head/sys/x86/x86/mp_x86.c	Mon Oct 24 17:08:12 2016	(r307868)
+++ head/sys/x86/x86/mp_x86.c	Mon Oct 24 17:37:21 2016	(r307869)
@@ -1351,7 +1351,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;



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