Skip to content

Commit

Permalink
KVM: ARM: Fix spelling in error message
Browse files Browse the repository at this point in the history
s/unkown/unknown/

Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
  • Loading branch information
Christoffer Dall committed Apr 29, 2013
1 parent d21a1c8 commit df75921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/kvm/handle_exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu)

if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) ||
!arm_exit_handlers[hsr_ec]) {
kvm_err("Unkown exception class: hsr: %#08x\n",
kvm_err("Unknown exception class: hsr: %#08x\n",
(unsigned int)kvm_vcpu_get_hsr(vcpu));
BUG();
}
Expand Down

0 comments on commit df75921

Please sign in to comment.