aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-23 16:18:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-23 16:18:13 +0000
commit819c02b8391e3cadcbe814c84c5c5f366ae41e03 (patch)
treed25958939c5efa5c21ae196f90736579d5e9735d /ports/ARM7
parent8d51d682db8db8cb49679e5567c66f2b36b490f9 (diff)
downloadChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.gz
ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.bz2
ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@669 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7')
-rw-r--r--ports/ARM7/port.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox
index fce2f9cd7..4efe06089 100644
--- a/ports/ARM7/port.dox
+++ b/ports/ARM7/port.dox
@@ -20,8 +20,8 @@
* @section ARM7_STATES Mapping of the System States in the ARM7 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM7
* port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <b>Init</b>. This state is represented by the startup code and the
+ * initialization code before @p chSysInit() is executed. It has not a
* special hardware state associated, usually the CPU goes through several
* hardware states during the startup phase.
* - <b>Normal</b>. This is the state the system has after executing