Date: Thu, 27 Oct 2016 09:11: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: r307999 - stable/11/sys/x86/x86 Message-ID: <201610270911.u9R9BaJP098149@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610270911.u9R9BaJP098149>