From 715ee3682088ede89a1da3ab082056d626750067 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 23 Dec 2007 09:57:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@161 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ch.txt') 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 @@ * * * In order to use the Event APIs the \p CH_USE_MUTEXES option must be - * specified in \p chconf.h.

+ * specified in \p chconf.h.
* * Constraints

* In ChibiOS/RT the Unlock operations are always performed in Lock-reverse @@ -260,7 +260,7 @@ * inheritance mechanism. * * The priority inversion problem

- * The mutexes in ChibiOS/RT implements the full recursive priority + * The mutexes in ChibiOS/RT implements the full priority * inheritance mechanism in order handle the priority inversion problem.
* 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 -- cgit v1.2.3