summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 13:50:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 13:50:59 +0000
commit59297bb7c237d98a9740a875d5f5036dbb7e7300 (patch)
tree0ad6706d73988962f5c86df4d989edb166718e52
parentFix typo. (diff)
downloadrtems-59297bb7c237d98a9740a875d5f5036dbb7e7300.tar.bz2
Fix typo.
-rw-r--r--cpukit/score/include/rtems/score/coresem.h1
1 files changed, 1 insertions, 0 deletions
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;