summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lpc214x
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-10-30 23:35:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-10-30 23:35:19 +0000
commit699b7ac7cdcac5e696d57adefc3ded128221825d (patch)
treee15020d8cd9cbdd6ab306d5005e1cd022d796469 /nuttx/arch/arm/src/lpc214x
parent4850ad750dddf52aa5e90fc2c788592b0d7242d4 (diff)
Adding more STR71x logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1105 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x')
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_decodeirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_decodeirq.c b/nuttx/arch/arm/src/lpc214x/lpc214x_decodeirq.c
index bf7b4940e5..a8bdf885b2 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_decodeirq.c
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_decodeirq.c
@@ -65,7 +65,7 @@
* Private Data
********************************************************************************/
-/* This type arry maps 4 bits into the bit number of the lowest bit that it set */
+/* This array maps 4 bits into the bit number of the lowest bit that it set */
#ifndef CONFIG_SUPPRESS_INTERRUPTS
static uint8 g_nibblemap[16] = { 0, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0 };