KVM: fix some typos

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
[Preserved the iff and a probably intentional weird bracket notation.
 Also dropped the style change to make a single-purpose patch. - Radim]
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
This commit is contained in:
Wei Yang
2018-11-05 14:45:03 +08:00
committed by Paolo Bonzini
parent 649472a169
commit bdd303cb1b
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ static void async_pf_execute(struct work_struct *work)
might_sleep();
/*
* This work is run asynchromously to the task which owns
* This work is run asynchronously to the task which owns
* mm and might be done in another context, so we must
* access remotely.
*/