We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c214d commit 39337adCopy full SHA for 39337ad
arch/x86/kvm/mmu.c
@@ -4563,7 +4563,7 @@ static void update_permission_bitmask(struct kvm_vcpu *vcpu,
4563
* SMAP:kernel-mode data accesses from user-mode
4564
* mappings should fault. A fault is considered
4565
* as a SMAP violation if all of the following
4566
- * conditions are ture:
+ * conditions are true:
4567
* - X86_CR4_SMAP is set in CR4
4568
* - A user page is accessed
4569
* - The access is not a fetch
@@ -5978,7 +5978,7 @@ int kvm_mmu_module_init(void)
5978
}
5979
5980
/*
5981
- * Caculate mmu pages needed for kvm.
+ * Calculate mmu pages needed for kvm.
5982
*/
5983
unsigned int kvm_mmu_calculate_mmu_pages(struct kvm *kvm)
5984
{
0 commit comments