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

Reply via email to