From b05ecca4b250a33cd1c27f596f2322e3df1a3796 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Nov 2004 14:24:09 +0000 Subject: Fix typo. --- cpukit/score/include/rtems/score/apimutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/score/include/rtems/score/apimutex.h index ad30e0b18b..279fa5b014 100644 --- a/cpukit/score/include/rtems/score/apimutex.h +++ b/cpukit/score/include/rtems/score/apimutex.h @@ -41,7 +41,7 @@ extern "C" { * An API Mutex is an aggregration of an Object and a SuperCore Mutex. */ typedef struct { - /** This field allows each API Mutex to be a full-fledged RTEMS object. + /** This field allows each API Mutex to be a full-fledged RTEMS object. */ Objects_Control Object; /** This field contains the SuperCore mutex information. */ CORE_mutex_Control Mutex; -- cgit v1.2.3