diff options
author | Julia Lawall <[email protected]> | 2022-03-18 11:37:19 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2022-03-18 14:04:15 +0000 |
commit | 21ea457842759a236eefed2cfaa8cc7e5dc967a0 (patch) | |
tree | 2e441c01c144b5bd78e86a2873ab33ab8af4c694 /arch/arm64/kvm/handle_exit.c | |
parent | 06394531b425794dc56f3d525b7994d25b8072f7 (diff) |
KVM: arm64: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/arm64/kvm/handle_exit.c')
-rw-r--r-- | arch/arm64/kvm/handle_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/handle_exit.c b/arch/arm64/kvm/handle_exit.c index e3140abd2e2e..97fe14aab1a3 100644 --- a/arch/arm64/kvm/handle_exit.c +++ b/arch/arm64/kvm/handle_exit.c @@ -248,7 +248,7 @@ int handle_exit(struct kvm_vcpu *vcpu, int exception_index) case ARM_EXCEPTION_HYP_GONE: /* * EL2 has been reset to the hyp-stub. This happens when a guest - * is pre-empted by kvm_reboot()'s shutdown call. + * is pre-emptied by kvm_reboot()'s shutdown call. */ run->exit_reason = KVM_EXIT_FAIL_ENTRY; return 0; |