summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2002-04-05 00:08:38 +0000
committereric <eric@FreeBSD.org>2002-04-05 00:08:38 +0000
commit4fc12f7b6d1d2d00449fa0d0b802ab7af56c9b94 (patch)
tree61b2f6f1149bc19bc0c91ff6d8db53100a044a3f /sys/alpha
parent5b41e91f1e1c0f611d03f467116276d8f9836249 (diff)
downloadFreeBSD-src-4fc12f7b6d1d2d00449fa0d0b802ab7af56c9b94.zip
FreeBSD-src-4fc12f7b6d1d2d00449fa0d0b802ab7af56c9b94.tar.gz
Spell "privileges" correctly.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/osf1/osf1_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c
index cac8ad8..e75bdf9 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
OpenPOWER on IntegriCloud