diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2007-11-19 15:04:43 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:07 -0500 |
commit | d40ccc6246ed19ca529043998942a6b450c0e498 (patch) | |
tree | 40607ad0ebfacf3d6cf32fef44c15bc7cc77e05a /drivers/kvm/x86.c | |
parent | 00fc9f5ae5988fb180f5a288451a741b35cc806e (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.c | 2 |
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 | ||
2516 | void kvm_arch_vcpu_destory(struct kvm_vcpu *vcpu) | 2516 | void 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); |