diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
commit | f2ce411926eab7a23be6e11274d0f8677610014a (patch) | |
tree | e366d0db22af7390ae0b587ce68914aa611343cd /sys/arch/mvme68k | |
parent | abbac7377fe6d17c12b44669a7353b457ef448bb (diff) |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/hpux_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/hpux_machdep.c b/sys/arch/mvme68k/mvme68k/hpux_machdep.c index 5968f39457e..2d775d753d4 100644 --- a/sys/arch/mvme68k/mvme68k/hpux_machdep.c +++ b/sys/arch/mvme68k/mvme68k/hpux_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_machdep.c,v 1.6 2002/04/27 23:21:06 miod Exp $ */ +/* $OpenBSD: hpux_machdep.c,v 1.7 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: hpux_machdep.c,v 1.9 1997/03/16 10:00:45 thorpej Exp $ */ /* @@ -587,7 +587,7 @@ hpux_sendsig(catcher, sig, mask, code, type, val) * Return to previous pc and psl as specified by * context left by sendsig. Check carefully to * make sure that the user has not modified the - * psl to gain improper priviledges or to cause + * psl to gain improper privileges or to cause * a machine fault. */ /* ARGSUSED */ |