diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/fsuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/fsuid.h b/sysdeps/unix/sysv/linux/sys/fsuid.h index fd30542e9f..cb8915a52e 100644 --- a/sysdeps/unix/sysv/linux/sys/fsuid.h +++ b/sysdeps/unix/sysv/linux/sys/fsuid.h @@ -25,7 +25,7 @@ __BEGIN_DECLS /* Change uid used for file access control to UID, without affecting - other priveledges (such as who can send signals at the process). */ + other privileges (such as who can send signals at the process). */ extern int setfsuid __P ((__uid_t __uid)); /* Ditto for group id. */ |