From 3d5efd4a02f724d389c55c05f88de908a8b84b32 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Jun 2011 20:30:58 +0000 Subject: 2011-06-27 Joel Sherrill * posix/include/semaphore.h, posix/include/rtems/posix/mutex.h, posix/inline/rtems/posix/mutex.inl: Fix typos. --- cpukit/ChangeLog | 5 +++++ cpukit/posix/include/rtems/posix/mutex.h | 1 + cpukit/posix/include/semaphore.h | 2 +- cpukit/posix/inline/rtems/posix/mutex.inl | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 184f33100b..e3f362bb05 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-06-27 Joel Sherrill + + * posix/include/semaphore.h, posix/include/rtems/posix/mutex.h, + posix/inline/rtems/posix/mutex.inl: Fix typos. + 2011-06-24 Joel Sherrill * include/rtems/bspIo.h, include/rtems/concat.h, diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h index 2b6fa38629..f159a1a5ad 100644 --- a/cpukit/posix/include/rtems/posix/mutex.h +++ b/cpukit/posix/include/rtems/posix/mutex.h @@ -3,6 +3,7 @@ * * This include file contains all the private support information for * POSIX mutex's. + */ /* * COPYRIGHT (c) 1989-2011. diff --git a/cpukit/posix/include/semaphore.h b/cpukit/posix/include/semaphore.h index 87ccefd726..f5a70ccf2f 100644 --- a/cpukit/posix/include/semaphore.h +++ b/cpukit/posix/include/semaphore.h @@ -3,7 +3,7 @@ * * This file contains definitions that are internal to the RTEMS * implementation of POSIX Semaphores. - * + */ /* * COPYRIGHT (c) 1989-2011. diff --git a/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl index 718a342be1..cf3bc33443 100644 --- a/cpukit/posix/inline/rtems/posix/mutex.inl +++ b/cpukit/posix/inline/rtems/posix/mutex.inl @@ -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). -- cgit v1.2.3