]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/h8300/platform/h8s/ints_h8s.c
spelling fixes: arch/h8300/
[linux-2.6-omap-h63xx.git] / arch / h8300 / platform / h8s / ints_h8s.c
index 93395d2a8a0795808f54d3e4d90e9630079921b7..faa8a459d95268a869208df0b964136e137812c1 100644 (file)
@@ -63,7 +63,7 @@ static const struct irq_pins irq_assign_table1[16]={
        {H8300_GPIO_P2,H8300_GPIO_B6},{H8300_GPIO_P2,H8300_GPIO_B7},
 };
 
-/* IRQ to GPIO pinno transrate */
+/* IRQ to GPIO pin translation */
 #define IRQ_GPIO_MAP(irqbit,irq,port,bit)                        \
 do {                                                             \
        if (*(volatile unsigned short *)ITSR & irqbit) {          \