diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/sem.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/sem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/sem.h b/sysdeps/unix/sysv/linux/bits/sem.h index dc0ec46cba..3d113a74f6 100644 --- a/sysdeps/unix/sysv/linux/bits/sem.h +++ b/sysdeps/unix/sysv/linux/bits/sem.h @@ -62,7 +62,7 @@ struct semid_ds Previous versions of this file used to define this union but this is incorrect. One can test the macro _SEM_SEMUN_UNDEFINED to see whether - one must define the unio or not. */ + one must define the union or not. */ #define _SEM_SEMUN_UNDEFINED 1 #ifdef __USE_MISC |