svn commit: r307869 - head/sys/x86/x86

Konstantin Belousov kib at FreeBSD.org
Mon Oct 24 17:37:22 UTC 2016


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;


More information about the svn-src-all mailing list