aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2019-12-11 14:26:23 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-21 13:57:37 +0100
commit00116795aa87ca309a4cf1eaa3d82614807c8668 (patch)
tree1fea9f0061171aaf851bfb330b43f5f7c44fce59 /virt/kvm/kvm_main.c
parentKVM: Fix some comment typos and missing parentheses (diff)
downloadlinux-dev-00116795aa87ca309a4cf1eaa3d82614807c8668.tar.xz
linux-dev-00116795aa87ca309a4cf1eaa3d82614807c8668.zip
KVM: Fix some grammar mistakes
Fix some grammar mistakes in the comments. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
-rw-r--r--virt/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 63df3586f062..f0501272268f 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -964,7 +964,7 @@ static struct kvm_memslots *install_new_memslots(struct kvm *kvm,
/*
* Increment the new memslot generation a second time, dropping the
- * update in-progress flag and incrementing then generation based on
+ * update in-progress flag and incrementing the generation based on
* the number of address spaces. This provides a unique and easily
* identifiable generation number while the memslots are in flux.
*/