diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-18 13:37:19 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-03-18 17:04:15 +0300 |
commit | 21ea457842759a236eefed2cfaa8cc7e5dc967a0 (patch) | |
tree | 2e441c01c144b5bd78e86a2873ab33ab8af4c694 /arch/arm64/kvm/vgic | |
parent | 06394531b425794dc56f3d525b7994d25b8072f7 (diff) | |
download | linux-21ea457842759a236eefed2cfaa8cc7e5dc967a0.tar.xz |
KVM: arm64: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220318103729.157574-24-Julia.Lawall@inria.fr
Diffstat (limited to 'arch/arm64/kvm/vgic')
-rw-r--r-- | arch/arm64/kvm/vgic/vgic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/vgic/vgic.c b/arch/arm64/kvm/vgic/vgic.c index 9b98876a8a93..d97e6080b421 100644 --- a/arch/arm64/kvm/vgic/vgic.c +++ b/arch/arm64/kvm/vgic/vgic.c @@ -37,7 +37,7 @@ struct vgic_global kvm_vgic_global_state __ro_after_init = { * If you need to take multiple locks, always take the upper lock first, * then the lower ones, e.g. first take the its_lock, then the irq_lock. * If you are already holding a lock and need to take a higher one, you - * have to drop the lower ranking lock first and re-aquire it after having + * have to drop the lower ranking lock first and re-acquire it after having * taken the upper one. * * When taking more than one ap_list_lock at the same time, always take the |