summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/stm32
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 19:17:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 19:17:30 +0000
commita9f7aec3fd93eb6bb0fa05275d19010480988fa3 (patch)
tree9973d48b537f59771ceff553d880e3b30d296ab5 /nuttx/arch/arm/src/stm32
parentfdc15009d5c65f9a478bd4243c6d6cd8c56d9472 (diff)
Beginning of NXP LPC4330 port
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4876 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/stm32')
-rw-r--r--nuttx/arch/arm/src/stm32/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip.h b/nuttx/arch/arm/src/stm32/chip.h
index 0e6f0d99fc..4c3c77c209 100644
--- a/nuttx/arch/arm/src/stm32/chip.h
+++ b/nuttx/arch/arm/src/stm32/chip.h
@@ -86,7 +86,7 @@
# endif
#endif
-/* Include only the mchip emory map. */
+/* Include the chip memory map. */
#include "chip/stm32_memorymap.h"