Skip to content

Commit

Permalink
KVM: PPC: Book3S: Fix typo in top comment about locking
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Greg Kurz authored and Paul Mackerras committed Sep 3, 2015
1 parent f35f3a4 commit 4e33d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/book3s_xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e33d1f

Please sign in to comment.