[rtems commit] sem.h: Delete junk in comment

Joel Sherrill joel at rtems.org
Mon Jan 18 23:35:06 UTC 2016


Module:    rtems
Branch:    master
Commit:    33ece0da81bdb30bf52a9abacb15fc24da09daf5
Changeset: http://git.rtems.org/rtems/commit/?id=33ece0da81bdb30bf52a9abacb15fc24da09daf5

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Jan 18 17:31:09 2016 -0600

sem.h: Delete junk in comment

---

 cpukit/rtems/include/rtems/rtems/sem.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index 6df9b55..f0def97 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,




More information about the vc mailing list