hyperv: Typo in r297634

Noticed by:	hiren
MFC after:	1 week
Sponsored by:	Microsoft OSTC
This commit is contained in:
Sepherosa Ziehau 2016-04-07 05:56:22 +00:00
parent aec810d4c5
commit a121087069

View File

@ -120,7 +120,7 @@ handled:
*
* NOTE:
* mb() is used here, since atomic_thread_fence_seq_cst()
* will become compler fence on UP kernel.
* will become compiler fence on UP kernel.
*/
mb();
@ -197,7 +197,7 @@ hv_vmbus_isr(struct trapframe *frame)
*
* NOTE:
* mb() is used here, since atomic_thread_fence_seq_cst()
* will become compler fence on UP kernel.
* will become compiler fence on UP kernel.
*/
mb();