aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/concepts.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-30 06:59:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-30 06:59:43 +0000
commit397ccffac55ffd139d0e3e82add83e51413c1347 (patch)
treef60cb4c4271662f7cd699b34e7356498c0d0fcdf /docs/src/concepts.dox
parent255d1444eaf7f9b78ac959ad4fad73d10ede163f (diff)
downloadChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.tar.gz
ChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.tar.bz2
ChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.zip
Documentation reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1133 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/concepts.dox')
-rw-r--r--docs/src/concepts.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox
index 8a7418b53..8add4464c 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -54,7 +54,7 @@
* - <b>Regular Interrupts</b>. Maskable interrupt sources that cannot
* preempt the kernel code and are thus able to invoke operating system APIs
* from within their handlers. The interrupt handlers belonging to this class
- * must be written following some rules. See the @ref System APIs group and
+ * must be written following some rules. See the @ref system APIs group and
* @ref article_interrupts.
* - <b>Fast Interrupts</b>. Maskable interrupt sources with the ability
* to preempt the kernel code and thus have a lower latency and are less
@@ -244,7 +244,7 @@
* - Interrupt Stack.
* - Internal Context.
* .
- * See the @ref Core documentation for details, the area may change on
+ * See the @ref core documentation for details, the area may change on
* the various ports and some structures may not be present (or be zero-sized).
*
* @section architecture Architectural Diagram