From 07e6ae3a59c7191facaaada4b4549587ae5ed0fa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 18 Mar 2009 19:53:33 +0000 Subject: 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 --- docs/src/concepts.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src') 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.
* 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. * - Non Maskable Interrupts. Non maskable interrupt sources are @@ -110,7 +110,7 @@ * and an error is detected or after explicitly invoking * @p chSysHalt(). * . - * Note that the above state are just Logical States that may have no + * Note that the above states are just Logical States that may have no * real associated machine state on some architectures. The following diagram * shows the possible transitions between the states: * -- cgit v1.2.3