summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/__setreuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/__setreuid.c')
-rw-r--r--lib/libc/compat-43/__setreuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/__setreuid.c b/lib/libc/compat-43/__setreuid.c
index 0fdc97aa814..583ee1d72cc 100644
--- a/lib/libc/compat-43/__setreuid.c
+++ b/lib/libc/compat-43/__setreuid.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: __setreuid.c,v 1.4 1998/11/15 19:52:11 deraadt Exp $";
+static char *rcsid = "$OpenBSD: __setreuid.c,v 1.5 2002/06/04 00:09:08 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -52,7 +52,7 @@ __setreuid(ruid, euid)
sruid = getuid();
/*
* we assume that the intent of setting ruid is to be able to get
- * back ruid priviledge. So we make sure that we will be able to
+ * back ruid privilege. So we make sure that we will be able to
* do so, but do not actually set the ruid.
*/
if (ruid != (uid_t) -1 && ruid != sruid && ruid != svuid &&