From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kurz Subject: [PATCH] KVM: PPC: fix typo in top comment about locking Date: Wed, 29 Apr 2015 15:52:20 +0200 Message-ID: <20150429135220.29747.76494.stgit@bahia.local> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Benjamin Herrenschmidt , trivial@kernel.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Alexander Graf Return-path: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Signed-off-by: Greg Kurz --- arch/powerpc/kvm/book3s_xics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c index 8f3e6cc..9342b65 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)