1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Spell "privileges" correctly.

This commit is contained in:
Eric Melville 2002-04-05 00:08:38 +00:00
parent 1b20ff34a3
commit 1bbfb90c3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93844

View File

@ -1039,10 +1039,10 @@ osf1_lseek(td, uap)
* setuid() won't work.
*
* Instead, by P1003.1b-1993, setuid() is supposed to work like:
* If the process has appropriate [super-user] priviledges, the
* If the process has appropriate [super-user] privileges, the
* setuid() function sets the real user ID, effective user
* ID, and the saved set-user-ID to uid.
* If the process does not have appropriate priviledges, but uid
* If the process does not have appropriate privileges, but uid
* is equal to the real user ID or the saved set-user-ID, the
* setuid() function sets the effective user ID to uid; the
* real user ID and saved set-user-ID remain unchanged by