ptrlock.h: Fix comment.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 6 Jun 2013 10:04:34 +0000 (12:04 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 6 Jun 2013 10:04:34 +0000 (12:04 +0200)
libgomp/
* config/posix/ptrlock.h: Fix comment.

From-SVN: r199724

libgomp/ChangeLog
libgomp/config/posix/ptrlock.h

index 1747cec09886c6d56f3e54e7fa993815bb3ddbef..f4d6cd60074df226626eb9ab6f3fdfad85308df6 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-06  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config/posix/ptrlock.h: Fix comment.
+
 2013-05-27  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/57423
index eec4e19df7cc806024eefe1b4717d6a85fe12df0..76c2deb173d4326e4f3990335469cc38bee20353 100644 (file)
@@ -22,9 +22,8 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This is a Linux specific implementation of a mutex synchronization
-   mechanism for libgomp.  This type is private to the library.  This
-   implementation uses atomic instructions and the futex syscall.  */
+/* This is a generic POSIX implementation of a mutex synchronization
+   mechanism for libgomp.  This type is private to the library.  */
 
 #ifndef GOMP_PTRLOCK_H
 #define GOMP_PTRLOCK_H 1