From: Ulrich Drepper Date: Wed, 16 Jan 2008 23:49:27 +0000 (+0000) Subject: Fix comment describing shmid_ds. X-Git-Tag: upstream/2.30~10627^2~728 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec5d6360c4a781658af94cda9ad3c5d68d4ef699;p=external%2Fglibc.git Fix comment describing shmid_ds. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/shm.h b/sysdeps/unix/sysv/linux/alpha/bits/shm.h index 35226c1..cb214e6 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/shm.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/shm.h @@ -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 */