2011-06-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* posix/include/semaphore.h, posix/include/rtems/posix/mutex.h,
	posix/inline/rtems/posix/mutex.inl: Fix typos.
This commit is contained in:
Joel Sherrill
2011-06-27 20:30:58 +00:00
parent 566b18c0e4
commit 3d5efd4a02
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2011-06-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/semaphore.h, posix/include/rtems/posix/mutex.h,
posix/inline/rtems/posix/mutex.inl: Fix typos.
2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/rtems/bspIo.h, include/rtems/concat.h,

View File

@@ -3,6 +3,7 @@
*
* This include file contains all the private support information for
* POSIX mutex's.
*/
/*
* COPYRIGHT (c) 1989-2011.

View File

@@ -3,7 +3,7 @@
*
* This file contains definitions that are internal to the RTEMS
* implementation of POSIX Semaphores.
*
*/
/*
* COPYRIGHT (c) 1989-2011.

View File

@@ -3,7 +3,7 @@
*
* This include file contains the static inline implementation of the private
* inlined routines for POSIX mutex's.
*?
*/
/* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).