From 2b2282b6ef88e4f31f140acfbcb7465ad56baf50 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 28 Jan 2009 19:28:38 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@680 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ch.txt b/docs/ch.txt index de5010805..14caad5e4 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -512,17 +512,17 @@ /** @} */ /** - * @defgroup CondVars Conditional Variables + * @defgroup CondVars Condition Variables * @{ - * Conditional Variables and threads synchronization. + * Condition Variables and threads synchronization. *

Operation mode

* The condition variable is a synchronization object meant to be used inside * a zone protected by a @p Mutex. Mutexes and CondVars together can implement * a Monitor construct.
- * In order to use the Conditional Variables APIs the @p CH_USE_CONDVARS + * In order to use the Condition Variables APIs the @p CH_USE_CONDVARS * option must be specified in @p chconf.h.

- * @file condvars.h Conditional Variables macros and structures. - * @file chcond.c Conditional Variables code. + * @file condvars.h Condition Variables macros and structures. + * @file chcond.c Condition Variables code. */ /** @} */ -- cgit v1.2.3