Spell "privileges" correctly.

This commit is contained in:
Eric Melville 2002-04-05 00:08:38 +00:00
parent 1b20ff34a3
commit 1bbfb90c3c

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