* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 21 Apr 2008 15:45:00 +0000 (15:45 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 21 Apr 2008 15:45:00 +0000 (15:45 +0000)
shmid_ds.

* sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
shmid_ds.

ChangeLog.hppa
ChangeLog.mips
sysdeps/unix/sysv/linux/hppa/bits/shm.h
sysdeps/unix/sysv/linux/mips/bits/shm.h

index d46a0e0..1bc6138 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
+       shmid_ds.
+
 2008-04-04  Carlos O'Donell  <carlos@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove
index 9e8fb04..b4253d8 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
+       shmid_ds.
+
 2008-04-21  Khem Raj  <kraj@mvista.com>
 
        * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
index a91f1f5..13efced 100644 (file)
@@ -42,7 +42,7 @@
 /* Type to count number of attaches.  */
 typedef unsigned long int shmatt_t;
 
-/* Data structure describing a set of semaphores.  */
+/* Data structure describing a shared memory segment.  */
 struct shmid_ds
   {
     struct ipc_perm shm_perm;          /* operation permission struct */
index b308334..037980c 100644 (file)
@@ -42,7 +42,7 @@
 /* Type to count number of attaches.  */
 typedef unsigned long int shmatt_t;
 
-/* Data structure describing a set of semaphores.  */
+/* Data structure describing a shared memory segment.  */
 struct shmid_ds
   {
     struct ipc_perm shm_perm;          /* operation permission struct */