From: Greg Kurz Date: Thu, 3 Sep 2015 09:12:59 +0000 (+0200) Subject: KVM: PPC: Book3S: Fix typo in top comment about locking X-Git-Tag: v5.15~15091^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e33d1f0a145d48e8cf287954bbf791af8387cfb;p=platform%2Fkernel%2Flinux-starfive.git KVM: PPC: Book3S: Fix typo in top comment about locking Signed-off-by: Greg Kurz Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c index c6ca7db..905e94a 100644 --- a/arch/powerpc/kvm/book3s_xics.c +++ b/arch/powerpc/kvm/book3s_xics.c @@ -41,7 +41,7 @@ * ======= * * Each ICS has a spin lock protecting the information about the IRQ - * sources and avoiding simultaneous deliveries if the same interrupt. + * sources and avoiding simultaneous deliveries of the same interrupt. * * ICP operations are done via a single compare & swap transaction * (most ICP state fits in the union kvmppc_icp_state)