summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/kinetis/irq.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-23 11:13:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-23 11:13:56 -0600
commit510b3dc3b44605010d2a1434f8cbe5e6f5e45a2b (patch)
treeb9578747b4c5d187402a457ddc92836be49fe018 /nuttx/arch/arm/include/kinetis/irq.h
parentdd54bdbd26463c92a1353d4017619fff20c186ce (diff)
downloadpx4-nuttx-510b3dc3b44605010d2a1434f8cbe5e6f5e45a2b.tar.gz
px4-nuttx-510b3dc3b44605010d2a1434f8cbe5e6f5e45a2b.tar.bz2
px4-nuttx-510b3dc3b44605010d2a1434f8cbe5e6f5e45a2b.zip
Fixes a few more high priority, nested interrupt logic
Diffstat (limited to 'nuttx/arch/arm/include/kinetis/irq.h')
-rw-r--r--nuttx/arch/arm/include/kinetis/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/include/kinetis/irq.h b/nuttx/arch/arm/include/kinetis/irq.h
index 7d72fbd18..a906f3450 100644
--- a/nuttx/arch/arm/include/kinetis/irq.h
+++ b/nuttx/arch/arm/include/kinetis/irq.h
@@ -294,7 +294,7 @@
/* Note that the total number of IRQ numbers supported is equal to the number of
* valid interrupt vectors. This is wasteful in that certain tables are sized by
- * this value. There are only 97 valid interrupts so, potentially the numver of
+ * this value. There are only 97 valid interrupts so, potentially the number of
* IRQs to could be reduced to 97. However, equating IRQ numbers with vector numbers
* also simplifies operations on NVIC registers and (at least in my state of mind
* now) seems to justify the waste.