summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-01-18 17:31:09 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-18 17:31:09 -0600
commit33ece0da81bdb30bf52a9abacb15fc24da09daf5 (patch)
tree19e01d657200cfb7ebb633b8e7169713d589ff63
parentratemon.h: Fix comments (diff)
downloadrtems-33ece0da81bdb30bf52a9abacb15fc24da09daf5.tar.bz2
sem.h: Delete junk in comment
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index 6df9b5523b..f0def97d5c 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -22,7 +22,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2008, 2016.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -107,8 +107,6 @@ typedef struct {
* the semaphore is count. The attribute_set determines if
* the semaphore is global or local and the thread queue
* discipline. It returns the id of the created semaphore in ID.
- *
- * Semaphore Manager
*/
rtems_status_code rtems_semaphore_create(
rtems_name name,