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/mmu.c | |
parent | 6f0d271d21c5dc12b78cc7d8b241a5acbca5589f (diff) | |
download | lwn-c43426334b3169b6c9e6855483aa7384ff09fd33.tar.gz lwn-c43426334b3169b6c9e6855483aa7384ff09fd33.zip |
x86: Fix leftover comment typos
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kvm/mmu/mmu.c')
-rw-r--r-- | arch/x86/kvm/mmu/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/mmu.c b/arch/x86/kvm/mmu/mmu.c index 0144c40d09c7..5e60b00e8e50 100644 --- a/arch/x86/kvm/mmu/mmu.c +++ b/arch/x86/kvm/mmu/mmu.c @@ -2374,7 +2374,7 @@ static int make_mmu_pages_available(struct kvm_vcpu *vcpu) * page is available, while the caller may end up allocating as many as * four pages, e.g. for PAE roots or for 5-level paging. Temporarily * exceeding the (arbitrary by default) limit will not harm the host, - * being too agressive may unnecessarily kill the guest, and getting an + * being too aggressive may unnecessarily kill the guest, and getting an * exact count is far more trouble than it's worth, especially in the * page fault paths. */ |