aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-23 09:57:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-23 09:57:18 +0000
commit715ee3682088ede89a1da3ab082056d626750067 (patch)
treee62e986de99c29e6f5b80a103f8c86efb738e1ce /docs/ch.txt
parenteab9342dc149196a79c231a78814c6f6c05d8039 (diff)
downloadChibiOS-715ee3682088ede89a1da3ab082056d626750067.tar.gz
ChibiOS-715ee3682088ede89a1da3ab082056d626750067.tar.bz2
ChibiOS-715ee3682088ede89a1da3ab082056d626750067.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@161 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 993f77102..48995a155 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -250,7 +250,7 @@
* </li>
* </ul>
* In order to use the Event APIs the \p CH_USE_MUTEXES option must be
- * specified in \p chconf.h.<br><br>
+ * specified in \p chconf.h.<br>
*
* <b>Constraints</b><br><br>
* In ChibiOS/RT the Unlock operations are always performed in Lock-reverse
@@ -260,7 +260,7 @@
* inheritance mechanism.
*
* <b>The priority inversion problem</b><br><br>
- * The mutexes in ChibiOS/RT implements the <b>full recursive<b> priority
+ * The mutexes in ChibiOS/RT implements the <b>full</b> priority
* inheritance mechanism in order handle the priority inversion problem.<br>
* When a thread is queued on a mutex, any thread, directly or indirectly,
* holding the mutex gains the same priority of the waiting thread (if their