summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorWei Yang <richard.weiyang@gmail.com>2018-11-05 14:45:03 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2018-12-21 11:28:26 +0100
commitbdd303cb1bdb24e71eef8e4510b27166bfadf286 (patch)
treea28d9d2e69573b6dedf087f941b8eb9cd5bad921 /virt
parent649472a1694fb72a9e586bc40bfcf9282a4e8ccc (diff)
downloadlinux-0-day-bdd303cb1bdb24e71eef8e4510b27166bfadf286.tar.gz
linux-0-day-bdd303cb1bdb24e71eef8e4510b27166bfadf286.tar.xz
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>
Diffstat (limited to 'virt')
-rw-r--r--virt/kvm/async_pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/async_pf.c b/virt/kvm/async_pf.c
index 23c2519c5b32a..110cbe3f74f80 100644
--- a/virt/kvm/async_pf.c
+++ b/virt/kvm/async_pf.c
@@ -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.
*/