瀏覽代碼

sh: arch/sh/: Spelling fixes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Joe Perches 17 年之前
父節點
當前提交
eb9c7f4198
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/boards/dreamcast/irq.c

+ 1 - 1
arch/sh/boards/dreamcast/irq.c

@@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq)
         emr = EMR_BASE + (level << 4) + (level << 2);
         emr = EMR_BASE + (level << 4) + (level << 2);
         esr = ESR_BASE + (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(esr);
         status &= inl(emr);
         status &= inl(emr);