Fix typo.

Submitted by:	alc
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2016-10-24 17:37:21 +00:00
parent 835c2787be
commit a57d70325e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307869

View File

@ -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;