summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/coremutex.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 14:17:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 14:17:53 +0000
commitdea1dc20336261e6c0c3651588cd53e23a5eb0c4 (patch)
treeff66d2618d8dd179da3a0039de4976808092c286 /cpukit/score/include/rtems/score/coremutex.h
parentMerge with CVS-HEAD. (diff)
downloadrtems-dea1dc20336261e6c0c3651588cd53e23a5eb0c4.tar.bz2
Cosmetics from CVS-HEAD.
Diffstat (limited to 'cpukit/score/include/rtems/score/coremutex.h')
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index c047347327..712b35c7eb 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -193,7 +193,7 @@ typedef struct {
} CORE_mutex_Attributes;
#ifdef __RTEMS_STRICT_ORDER_MUTEX__
-/*@beief Core Mutex Lock_Chain Struct
+/*@brief Core Mutex Lock_Chain Struct
*
* The following defines the control block used to manage lock chain of
* priority inheritance mutex.