From 59297bb7c237d98a9740a875d5f5036dbb7e7300 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Nov 2004 13:50:59 +0000 Subject: Fix typo. --- cpukit/score/include/rtems/score/coresem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h index 333cd1874f..3047dc0c02 100644 --- a/cpukit/score/include/rtems/score/coresem.h +++ b/cpukit/score/include/rtems/score/coresem.h @@ -81,6 +81,7 @@ typedef enum { CORE_SEMAPHORE_TIMEOUT, /** This status indicates that an attempt was made to unlock the semaphore * and this would have made its count greater than that allowed. + */ CORE_SEMAPHORE_MAXIMUM_COUNT_EXCEEDED } CORE_semaphore_Status; -- cgit v1.2.3