diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2019-12-06 16:20:18 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-08 18:15:58 +0100 |
commit | 0a03cbdac115fdcc06fd9d05ce3c389d0ead9a71 (patch) | |
tree | 854aa6bd6a5b6e0e832aeb2a08494d4364fee44f /arch/x86/kvm/x86.c | |
parent | 150a84fee84fbaf2a2a6c76c44ae027b5c7d151a (diff) | |
download | lwn-0a03cbdac115fdcc06fd9d05ce3c389d0ead9a71.tar.gz lwn-0a03cbdac115fdcc06fd9d05ce3c389d0ead9a71.zip |
KVM: x86: Fix some comment typos
Fix some typos in comment.
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 16902d0aad3a..3051324f72d3 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -9792,7 +9792,7 @@ static void kvm_mmu_slot_apply_flags(struct kvm *kvm, * * The reason is, in case of PML, we need to set D-bit for any slots * with dirty logging disabled in order to eliminate unnecessary GPA - * logging in PML buffer (and potential PML buffer full VMEXT). This + * logging in PML buffer (and potential PML buffer full VMEXIT). This * guarantees leaving PML enabled during guest's lifetime won't have * any additional overhead from PML when guest is running with dirty * logging disabled for memory slots. |