diff options
author | 2007-04-10 17:14:42 +0000 | |
---|---|---|
committer | 2007-04-10 17:14:42 +0000 | |
commit | 626e3f5f0811a22a3bc773f08a9e0f18c2ec0945 (patch) | |
tree | 0bf472780cc750c2af3244db37e1e9466a0acafb | |
parent | remove process from thread list sooner in exit (notably, before waiting (diff) | |
download | wireguard-openbsd-626e3f5f0811a22a3bc773f08a9e0f18c2ec0945.tar.xz wireguard-openbsd-626e3f5f0811a22a3bc773f08a9e0f18c2ec0945.zip |
privledges -> privileges
-rw-r--r-- | sys/arch/mac68k/mac68k/pram.h | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/pramasm.s | 4 | ||||
-rw-r--r-- | usr.sbin/cron/do_command.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mac68k/mac68k/pram.h b/sys/arch/mac68k/mac68k/pram.h index c6337eeae08..34f1726b324 100644 --- a/sys/arch/mac68k/mac68k/pram.h +++ b/sys/arch/mac68k/mac68k/pram.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pram.h,v 1.8 2006/01/13 21:02:38 miod Exp $ */ +/* $OpenBSD: pram.h,v 1.9 2007/04/10 17:14:42 miod Exp $ */ /* $NetBSD: pram.h,v 1.3 1996/05/05 06:18:53 briggs Exp $ */ /* * RTC toolkit version 1.08b, copyright 1995, erik vogan * - * All rights and privledges to this code hereby donated + * All rights and privileges to this code hereby donated * to the ALICE group for use in NetBSD. see the copyright * below for more info... */ diff --git a/sys/arch/mac68k/mac68k/pramasm.s b/sys/arch/mac68k/mac68k/pramasm.s index 08ebd6ce87c..e09d8823e0e 100644 --- a/sys/arch/mac68k/mac68k/pramasm.s +++ b/sys/arch/mac68k/mac68k/pramasm.s @@ -1,10 +1,10 @@ -/* $OpenBSD: pramasm.s,v 1.6 2006/01/13 19:36:47 miod Exp $ */ +/* $OpenBSD: pramasm.s,v 1.7 2007/04/10 17:14:42 miod Exp $ */ /* $NetBSD: pramasm.s,v 1.4 1995/09/28 03:15:54 briggs Exp $ */ /* * RTC toolkit version 1.08b, copyright 1995, erik vogan * - * All rights and privledges to this code hereby donated + * All rights and privileges to this code hereby donated * to the ALICE group for use in NetBSD. see the copyright * below for more info... */ diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c index 602dc151d7a..5b76abf32ab 100644 --- a/usr.sbin/cron/do_command.c +++ b/usr.sbin/cron/do_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: do_command.c,v 1.30 2006/08/13 20:44:00 millert Exp $ */ +/* $OpenBSD: do_command.c,v 1.31 2007/04/10 17:14:43 miod Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -22,7 +22,7 @@ */ #if !defined(lint) && !defined(LINT) -static char const rcsid[] = "$OpenBSD: do_command.c,v 1.30 2006/08/13 20:44:00 millert Exp $"; +static char const rcsid[] = "$OpenBSD: do_command.c,v 1.31 2007/04/10 17:14:43 miod Exp $"; #endif #include "cron.h" @@ -180,7 +180,7 @@ child_process(entry *e, user *u) { dup2(STDOUT, STDERR); /* set our directory, uid and gid. Set gid first, since once - * we set uid, we've lost root privledges. + * we set uid, we've lost root privileges. */ #ifdef LOGIN_CAP { |