diff options
| author | Eric Melville <eric@FreeBSD.org> | 2002-04-05 00:08:38 +0000 |
|---|---|---|
| committer | Eric Melville <eric@FreeBSD.org> | 2002-04-05 00:08:38 +0000 |
| commit | 1bbfb90c3c00c33024b3c92f503bdd104a0ab00d (patch) | |
| tree | 61b2f6f1149bc19bc0c91ff6d8db53100a044a3f /sys/alpha | |
| parent | 1b20ff34a305f1cb2d4f9aeaa6288a7ccffa5019 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/osf1/osf1_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index cac8ad87009d..e75bdf999d3b 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -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 |
