Fix common misspellings
[deliverable/linux.git] / arch / sh / boards / mach-dreamcast / irq.c
index 78cf2ab89d7aa2f2ce1ee20c2c2112c8957b2ed2..f63d323f411f5f32043e32f966be6e3a1289df41 100644 (file)
@@ -51,7 +51,7 @@
  */
 #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32)
 
-/* Return the hardware event's bit positon within the EMR/ESR */
+/* Return the hardware event's bit position within the EMR/ESR */
 #define EVENT_BIT(event) (((event) - HW_EVENT_IRQ_BASE) & 31)
 
 /*
This page took 0.025021 seconds and 5 git commands to generate.