summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2019-12-11 09:26:25 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-21 15:57:44 +0300
commit311497e0c5565e7d9cf7b0987d17626b228b8fec (patch)
treeaef6e9ad3455c98b89e217aef798a89dddec8bfc /arch/x86/include
parent2f9f5cddb29b4fbdf2d328c7a6326d53227e6329 (diff)
downloadlinux-311497e0c5565e7d9cf7b0987d17626b228b8fec.tar.xz
KVM: Fix some writing mistakes
Fix some writing 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/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index e2b793477243..0b5c280644e5 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -611,7 +611,7 @@ struct kvm_vcpu_arch {
* Paging state of an L2 guest (used for nested npt)
*
* This context will save all necessary information to walk page tables
- * of the an L2 guest. This context is only initialized for page table
+ * of an L2 guest. This context is only initialized for page table
* walking and not for faulting since we never handle l2 page faults on
* the host.
*/