arm: irq-armada-370-xp: fix comment typo

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Marek Belisko 2013-03-15 23:34:04 +01:00 committed by Jiri Kosina
parent b237ba8f47
commit 097ef18d5a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static struct irq_domain *armada_370_xp_mpic_domain;
/* /*
* In SMP mode: * In SMP mode:
* For shared global interrupts, mask/unmask global enable bit * For shared global interrupts, mask/unmask global enable bit
* For CPU interrtups, mask/unmask the calling CPU's bit * For CPU interrupts, mask/unmask the calling CPU's bit
*/ */
static void armada_370_xp_irq_mask(struct irq_data *d) static void armada_370_xp_irq_mask(struct irq_data *d)
{ {