Fix comment describing shmid_ds.

This commit is contained in:
Ulrich Drepper 2008-01-16 23:49:27 +00:00
parent c206ce7f95
commit ec5d6360c4
1 changed files with 1 additions and 1 deletions

View 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 */