diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2019-12-11 07:26:23 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-21 13:57:37 +0100 |
commit | 00116795aa87ca309a4cf1eaa3d82614807c8668 (patch) | |
tree | 1fea9f0061171aaf851bfb330b43f5f7c44fce59 /arch/x86/kvm/lapic.c | |
parent | KVM: Fix some comment typos and missing parentheses (diff) | |
download | linux-00116795aa87ca309a4cf1eaa3d82614807c8668.tar.xz linux-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 'arch/x86/kvm/lapic.c')
-rw-r--r-- | arch/x86/kvm/lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index ea402e741bd5..88c3c0c6d1e3 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c @@ -964,7 +964,7 @@ bool kvm_irq_delivery_to_apic_fast(struct kvm *kvm, struct kvm_lapic *src, } /* - * This routine tries to handler interrupts in posted mode, here is how + * This routine tries to handle interrupts in posted mode, here is how * it deals with different cases: * - For single-destination interrupts, handle it in posted mode * - Else if vector hashing is enabled and it is a lowest-priority |