diff --git a/[refs] b/[refs] index 725204132fa7..208f23941287 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fc5153aab2a6eb23e636d962e1aceaabd0dfb12 +refs/heads/master: eb9c7f4198636fb74ea1ec60c0fff2d1a840b4ed diff --git a/trunk/arch/sh/boards/dreamcast/irq.c b/trunk/arch/sh/boards/dreamcast/irq.c index 5bf01f86c20c..9d0673a9092a 100644 --- a/trunk/arch/sh/boards/dreamcast/irq.c +++ b/trunk/arch/sh/boards/dreamcast/irq.c @@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq) emr = EMR_BASE + (level << 4) + (level << 2); esr = ESR_BASE + (level << 2); - /* Mask the ESR to filter any spurious, unwanted interrtupts */ + /* Mask the ESR to filter any spurious, unwanted interrupts */ status = inl(esr); status &= inl(emr);