aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/concepts.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-18 19:53:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-18 19:53:33 +0000
commit07e6ae3a59c7191facaaada4b4549587ae5ed0fa (patch)
treeaa7fd5b6041dfaa67815a84906db535ddb5a4416 /docs/src/concepts.dox
parentac4e799160b05fc1a9f39ce28fde891e749fddbc (diff)
downloadChibiOS-07e6ae3a59c7191facaaada4b4549587ae5ed0fa.tar.gz
ChibiOS-07e6ae3a59c7191facaaada4b4549587ae5ed0fa.tar.bz2
ChibiOS-07e6ae3a59c7191facaaada4b4549587ae5ed0fa.zip
Fixed bug 2692510 and some other small documentation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 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 8ef626c01..cc768052e 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -62,7 +62,7 @@
* subject to jitter, see @ref article_jitter. Such sources are not
* supported on all the architectures.<br>
* Fast interrupts are not allowed to invoke any operating system API from
- * within their handlers. Fast interrupt sources may however pend a lower
+ * within their handlers. Fast interrupt sources may, however, pend a lower
* priority regular interrupt where access to the operating system is
* possible.
* - <b>Non Maskable Interrupts</b>. Non maskable interrupt sources are
@@ -110,7 +110,7 @@
* <b>and</b> an error is detected <b>or</b> after explicitly invoking
* @p chSysHalt().
* .
- * Note that the above state are just <b>Logical States</b> that may have no
+ * Note that the above states are just <b>Logical States</b> that may have no
* real associated machine state on some architectures. The following diagram
* shows the possible transitions between the states:
*