summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-27 20:30:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-27 20:30:58 +0000
commit3d5efd4a02f724d389c55c05f88de908a8b84b32 (patch)
tree5a44728e3bbe7decef1d1ae613c1c9568b0f67fd /cpukit/posix
parentRegenerate. (diff)
downloadrtems-3d5efd4a02f724d389c55c05f88de908a8b84b32.tar.bz2
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.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h1
-rw-r--r--cpukit/posix/include/semaphore.h2
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl2
3 files changed, 3 insertions, 2 deletions
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).