aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-02 18:39:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-02 18:39:39 +0000
commit0be37d8a2e3e30f2c82f54ba8eb9ed2428a24378 (patch)
tree97dcf4b5b72ff898e5dd6ea5b7572cb969ad9a5f /ports
parentfad3a0802ac7f43da5f7dcf68e369dc735de3ed2 (diff)
downloadChibiOS-0be37d8a2e3e30f2c82f54ba8eb9ed2428a24378.tar.gz
ChibiOS-0be37d8a2e3e30f2c82f54ba8eb9ed2428a24378.tar.bz2
ChibiOS-0be37d8a2e3e30f2c82f54ba8eb9ed2428a24378.zip
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@865 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r--ports/ARMCM3/port.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox
index 888f58388..e22ea3b80 100644
--- a/ports/ARMCM3/port.dox
+++ b/ports/ARMCM3/port.dox
@@ -42,7 +42,7 @@
* - <b>Halted</b>. Implemented as an infinite loop after globally masking all
* the maskable interrupt sources. The ARM state is whatever the processor
* was running when @p chSysHalt() was invoked.
- *
+ *
* @section ARMCM3_NOTES The ARM Cortex-M3 port notes
* The ARM Cortex-M3 port is organized as follow:
* - The @p main() function is invoked in thread-privileged mode.
@@ -121,7 +121,7 @@
* linker script (usually named @p ch.ld). Stack areas are allocated from
* the highest RAM location downward.
* -# An early initialization routine @p hwinit0 is invoked, if the symbol is
- * notdefined then an empty default routine is executed (weak symbol).
+ * not defined then an empty default routine is executed (weak symbol).
* -# DATA and BSS segments are initialized.
* -# The CPU state is switched to Privileged and the PSP stack is used.
* -# A late initialization routine @p hwinit1 is invoked, if the symbol not