Fix comment describing shmid_ds.
authorUlrich Drepper <drepper@redhat.com>
Wed, 16 Jan 2008 23:49:27 +0000 (23:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 16 Jan 2008 23:49:27 +0000 (23:49 +0000)
sysdeps/unix/sysv/linux/alpha/bits/shm.h

index 35226c1..cb214e6 100644 (file)
@@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
 /* 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 */