Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb9c7f41 authored by Joe Perches's avatar Joe Perches Committed by Paul Mundt
Browse files

sh: arch/sh/: Spelling fixes.



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6fc5153a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);