summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-01-31 15:15:20 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-01-31 15:15:20 -0600
commit41572c40c3d4ed99a744da4fbbe510cadff8ab18 (patch)
tree4ebc16acb28585f5706b914312034190ec3bf133
parentFixed race condition during startup. (diff)
downloadrtems-41572c40c3d4ed99a744da4fbbe510cadff8ab18.tar.bz2
Fix spelling error and improve comment.
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.c b/c/src/lib/libbsp/i386/shared/irq/irq.c
index e04f14f424..7d9d95ff4a 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq.c
+++ b/c/src/lib/libbsp/i386/shared/irq/irq.c
@@ -172,7 +172,7 @@ int BSP_irq_ack_at_i8259s (const rtems_irq_number irqLine)
static rtems_irq_prio irqPrioTable[BSP_IRQ_LINES_NUMBER]={
/*
- * actual rpiorities for interrupt :
+ * actual priorities for each interrupt source:
* 0 means that only current interrupt is masked
* 255 means all other interrupts are masked
* The second entry has a priority of 255 because