Signed-off-by: Julien Grall <julien.gr...@citrix.com>
---
 xen/arch/arm/gic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index f023e4f..125298c 100644
--- a/xen/arch/arm/gic.c
+++ b/xen/arch/arm/gic.c
@@ -182,7 +182,7 @@ int gic_remove_irq_from_guest(struct domain *d, unsigned 
int virq,
     {
         desc->handler->shutdown(desc);
 
-        /* EOI the IRQ it it has not been done by the guest */
+        /* EOI the IRQ if it has not been done by the guest */
         if ( test_bit(_IRQ_INPROGRESS, &desc->status) )
             gic_hw_ops->deactivate_irq(desc);
         clear_bit(_IRQ_INPROGRESS, &desc->status);
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to