diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-05-12 19:58:31 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-05-12 20:00:51 +0200 |
commit | c43426334b3169b6c9e6855483aa7384ff09fd33 (patch) | |
tree | bb4fc34eaafc27892f3e25feed34c1e0185c5125 /arch/x86/kvm/mmu/tdp_mmu.c | |
parent | 6f0d271d21c5dc12b78cc7d8b241a5acbca5589f (diff) |
x86: Fix leftover comment typos
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kvm/mmu/tdp_mmu.c')
-rw-r--r-- | arch/x86/kvm/mmu/tdp_mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/tdp_mmu.c b/arch/x86/kvm/mmu/tdp_mmu.c index 95eeb5ac6a8a..e09cb1f97800 100644 --- a/arch/x86/kvm/mmu/tdp_mmu.c +++ b/arch/x86/kvm/mmu/tdp_mmu.c @@ -1017,7 +1017,7 @@ int kvm_tdp_mmu_map(struct kvm_vcpu *vcpu, gpa_t gpa, u32 error_code, if (!is_shadow_present_pte(iter.old_spte)) { /* - * If SPTE has been forzen by another thread, just + * If SPTE has been frozen by another thread, just * give up and retry, avoiding unnecessary page table * allocation and free. */ |