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 | |
parent | abbac7377fe6d17c12b44669a7353b457ef448bb (diff) |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/hpux_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/m68k/m68k/sig_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/m68k/m68k/sunos_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/hpux_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/board.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/pmap.c | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/trap.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_sk.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/ncr.c | 6 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 4 | ||||
-rw-r--r-- | sys/scsi/st.c | 4 |
13 files changed, 28 insertions, 28 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index fa2fc2e6570..13dcbc7c8bd 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.72 2002/05/03 00:06:16 millert Exp $ */ +/* $OpenBSD: machdep.c,v 1.73 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */ /*- @@ -1668,7 +1668,7 @@ 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 */ diff --git a/sys/arch/hp300/hp300/hpux_machdep.c b/sys/arch/hp300/hp300/hpux_machdep.c index 6614bb8f05f..1f8794c721d 100644 --- a/sys/arch/hp300/hp300/hpux_machdep.c +++ b/sys/arch/hp300/hp300/hpux_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_machdep.c,v 1.11 2001/11/06 19:53:14 miod Exp $ */ +/* $OpenBSD: hpux_machdep.c,v 1.12 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: hpux_machdep.c,v 1.19 1998/02/16 20:58:30 thorpej Exp $ */ /* @@ -547,7 +547,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 */ diff --git a/sys/arch/m68k/m68k/sig_machdep.c b/sys/arch/m68k/m68k/sig_machdep.c index 95b8f8e8790..e0555f3a5ef 100644 --- a/sys/arch/m68k/m68k/sig_machdep.c +++ b/sys/arch/m68k/m68k/sig_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig_machdep.c,v 1.8 2002/03/14 01:26:35 millert Exp $ */ +/* $OpenBSD: sig_machdep.c,v 1.9 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: sig_machdep.c,v 1.3 1997/04/30 23:28:03 gwr Exp $ */ /* @@ -292,7 +292,7 @@ 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. */ int diff --git a/sys/arch/m68k/m68k/sunos_machdep.c b/sys/arch/m68k/m68k/sunos_machdep.c index e76aaf4e987..5113db75894 100644 --- a/sys/arch/m68k/m68k/sunos_machdep.c +++ b/sys/arch/m68k/m68k/sunos_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_machdep.c,v 1.13 2001/06/27 04:39:06 art Exp $ */ +/* $OpenBSD: sunos_machdep.c,v 1.14 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: sunos_machdep.c,v 1.12 1996/10/13 03:19:22 christos Exp $ */ /* @@ -219,7 +219,7 @@ sunos_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. */ int 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 */ diff --git a/sys/arch/mvme88k/include/board.h b/sys/arch/mvme88k/include/board.h index 1267d6d0049..6f7b94113bb 100644 --- a/sys/arch/mvme88k/include/board.h +++ b/sys/arch/mvme88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.14 2001/12/19 05:06:26 smurph Exp $ */ +/* $OpenBSD: board.h,v 1.15 2002/06/04 00:09:08 deraadt Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * All rights reserved. @@ -100,7 +100,7 @@ #define DACC_BIT 0x4 /* data access exception */ #define MACC_BIT 0x8 /* misaligned access exception */ #define UOPC_BIT 0x10 /* unimplemented opcode exception*/ -#define PRIV_BIT 0x20 /* priviledge violation exception*/ +#define PRIV_BIT 0x20 /* privilege violation exception*/ #define BND_BIT 0x40 /* bounds check violation */ #define IDE_BIT 0x80 /* illegal integer divide */ #define IOV_BIT 0x100 /* integer overflow exception */ diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 4b653a3ff25..f0de9357b07 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.93 2002/03/23 13:28:34 espie Exp $ */ +/* $OpenBSD: machdep.c,v 1.94 2002/06/04 00:09:08 deraadt Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -1018,7 +1018,7 @@ 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. */ diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c index 4325391994e..b59d7c6ad21 100644 --- a/sys/arch/powerpc/powerpc/pmap.c +++ b/sys/arch/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.66 2002/05/18 20:11:06 drahn Exp $ */ +/* $OpenBSD: pmap.c,v 1.67 2002/06/04 00:09:08 deraadt Exp $ */ /* * Copyright (c) 2001, 2002 Dale Rahn. All rights reserved. @@ -462,7 +462,7 @@ pmap_enter(pm, va, pa, prot, flags) int need_sync; int cache; - /* MP - Aquire lock for this pmap */ + /* MP - Acquire lock for this pmap */ s = splimp(); pted = pmap_vp_lookup(pm, va); diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c index 4206115bf10..52a99878feb 100644 --- a/sys/arch/powerpc/powerpc/trap.c +++ b/sys/arch/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.49 2002/05/18 09:49:17 art Exp $ */ +/* $OpenBSD: trap.c,v 1.50 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */ /* @@ -552,7 +552,7 @@ mpc_print_pci_stat(); } if (frame->srr1 & (1<<(31-13))) { /* privileged instruction exception */ - errstr[errnum] = "priviledged instr"; + errstr[errnum] = "privileged instr"; errnum++; } if (frame->srr1 & (1<<(31-14))) { diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index 311bf9ad41b..ffcdbe6a570 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.23 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: if_sk.c,v 1.24 2002/06/04 00:09:08 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -42,9 +42,9 @@ * http://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf * The SysKonnect GEnesis manual, http://www.syskonnect.com * - * Note: XaQti has been aquired by Vitesse, and Vitesse does not have the + * Note: XaQti has been acquired by Vitesse, and Vitesse does not have the * XMAC II datasheet online. I have put my copy at people.freebsd.org as a - * convience to others until Vitesse corrects this problem: + * convenience to others until Vitesse corrects this problem: * * http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf * diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 8cd4bbd8d42..59d5a6bbd38 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $ */ +/* $OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */ /************************************************************************** @@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit); #if 0 static char ident[] = - "\n$OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -7133,7 +7133,7 @@ out: /*========================================================== ** ** -** Aquire a control block +** Acquire a control block ** ** **========================================================== diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index bd50b35bdfd..47d072b99b5 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.19 2002/03/24 20:53:56 mickey Exp $ */ +/* $OpenBSD: if_ray.c,v 1.20 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -205,7 +205,7 @@ struct ray_softc { u_int8_t sc_mode; /* current operating mode SC_MODE_xx */ u_int8_t sc_countrycode; /* current country code */ u_int8_t sc_dcountrycode; /* desired country code */ - int sc_havenet; /* true if we have aquired a network */ + int sc_havenet; /* true if we have acquired a network */ bus_size_t sc_txpad; /* tib size plus "phy" size */ u_int8_t sc_deftxrate; /* default transfer rate */ u_int8_t sc_encrypt; diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 2f0ad1f7e95..e1e8e7069c8 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.30 2002/03/14 01:27:13 millert Exp $ */ +/* $OpenBSD: st.c,v 1.31 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */ /* @@ -425,7 +425,7 @@ stattach(parent, self, aux) /* * Reset the media loaded flag, sometimes the data - * aquired at boot time is not quite accurate. This + * acquired at boot time is not quite accurate. This * will be checked again at the first open. */ sc_link->flags &= ~SDEV_MEDIA_LOADED; |