summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2019-12-06 16:20:18 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-08 18:15:58 +0100
commit0a03cbdac115fdcc06fd9d05ce3c389d0ead9a71 (patch)
tree854aa6bd6a5b6e0e832aeb2a08494d4364fee44f /arch/x86/kvm/mmu
parent150a84fee84fbaf2a2a6c76c44ae027b5c7d151a (diff)
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/mmu')
-rw-r--r--arch/x86/kvm/mmu/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/mmu.c b/arch/x86/kvm/mmu/mmu.c
index 35d37099bec6..c19f3ccaace3 100644
--- a/arch/x86/kvm/mmu/mmu.c
+++ b/arch/x86/kvm/mmu/mmu.c
@@ -1529,7 +1529,7 @@ struct rmap_iterator {
/*
* Iteration must be started by this function. This should also be used after
* removing/dropping sptes from the rmap link because in such cases the
- * information in the itererator may not be valid.
+ * information in the iterator may not be valid.
*
* Returns sptep if found, NULL otherwise.
*/