aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86.c
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-11-19 15:04:43 -0500
committerAvi Kivity <avi@qumranet.com>2008-01-30 10:53:07 -0500
commitd40ccc6246ed19ca529043998942a6b450c0e498 (patch)
tree40607ad0ebfacf3d6cf32fef44c15bc7cc77e05a /drivers/kvm/x86.c
parent00fc9f5ae5988fb180f5a288451a741b35cc806e (diff)
KVM: Correct consistent typo: "destory" -> "destroy"
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/x86.c')
-rw-r--r--drivers/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/x86.c b/drivers/kvm/x86.c
index 2257a0aab32f..5a1b72fbaeaa 100644
--- a/drivers/kvm/x86.c
+++ b/drivers/kvm/x86.c
@@ -2513,7 +2513,7 @@ fail:
2513 return ERR_PTR(r); 2513 return ERR_PTR(r);
2514} 2514}
2515 2515
2516void kvm_arch_vcpu_destory(struct kvm_vcpu *vcpu) 2516void kvm_arch_vcpu_destroy(struct kvm_vcpu *vcpu)
2517{ 2517{
2518 vcpu_load(vcpu); 2518 vcpu_load(vcpu);
2519 kvm_mmu_unload(vcpu); 2519 kvm_mmu_unload(vcpu);