diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/module.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/mtio.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/sem_buf.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/shm_buf.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/module.h b/sysdeps/unix/sysv/linux/sys/module.h index e62254f..0b47da2 100644 --- a/sysdeps/unix/sysv/linux/sys/module.h +++ b/sysdeps/unix/sysv/linux/sys/module.h @@ -42,7 +42,7 @@ extern unsigned long int create_module __P ((__const char *__module_name, /* Initialize the module called MODULE_NAME with the CONTENTSSIZE bytes starting at address CONTENTS. CONTENTS normally contains the - text and data segment of the module (the bss is implicity zeroed). + text and data segment of the module (the bss is implicitly zeroed). After copying the contents, the function pointed to by ROUTINES.init is executed. When the module is no longer needed, ROUTINES.cleanup is executed. SYMTAB is NULL if the module does diff --git a/sysdeps/unix/sysv/linux/sys/mtio.h b/sysdeps/unix/sysv/linux/sys/mtio.h index 918b95d..45db6a5 100644 --- a/sysdeps/unix/sysv/linux/sys/mtio.h +++ b/sysdeps/unix/sysv/linux/sys/mtio.h @@ -24,7 +24,7 @@ #include <sys/ioctl.h> #include <linux/mtio.h> -/* Specifiy default tape device. */ +/* Specify default tape device. */ #ifndef DEFTAPE # define DEFTAPE "/dev/tape" #endif diff --git a/sysdeps/unix/sysv/linux/sys/sem_buf.h b/sysdeps/unix/sysv/linux/sys/sem_buf.h index 4770354..049a71b 100644 --- a/sysdeps/unix/sysv/linux/sys/sem_buf.h +++ b/sysdeps/unix/sysv/linux/sys/sem_buf.h @@ -42,7 +42,7 @@ __BEGIN_DECLS /* Data structure describing a set of semaphores. */ struct semid_ds { - struct ipc_perm sem_perm; /* operation permisson struct */ + struct ipc_perm sem_perm; /* operation permission struct */ __time_t sem_otime; /* last semop() time */ __time_t sem_ctime; /* last time changed by semctl() */ struct sem *__sembase; /* ptr to first semaphore in array */ diff --git a/sysdeps/unix/sysv/linux/sys/shm_buf.h b/sysdeps/unix/sysv/linux/sys/shm_buf.h index 08e69eb..f6d8537 100644 --- a/sysdeps/unix/sysv/linux/sys/shm_buf.h +++ b/sysdeps/unix/sysv/linux/sys/shm_buf.h @@ -43,7 +43,7 @@ __BEGIN_DECLS /* Data structure describing a set of semaphores. */ struct shmid_ds { - struct ipc_perm shm_perm; /* operation permisson struct */ + struct ipc_perm shm_perm; /* operation permission struct */ int shm_segsz; /* size of segment in bytes */ __time_t shm_atime; /* time of last shmat() */ __time_t shm_dtime; /* time of last shmdt() */ |