summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-18 20:55:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-18 20:55:43 +0000
commitfa8d3d70e01d6cd33b9a9b3b63b33df1b83faf91 (patch)
tree45b3ddf356350c88ffdcc72724ff730c7186c276
parented3510e3ec23ddc3fdabcc9e73813f8ef36614e8 (diff)
spelling
-rw-r--r--distrib/notes/alpha/hardware2
-rw-r--r--sys/dev/pci/ncrreg.h4
-rw-r--r--sys/dev/pci/pciide.c4
-rw-r--r--usr.bin/xlint/lint1/func.c6
4 files changed, 8 insertions, 8 deletions
diff --git a/distrib/notes/alpha/hardware b/distrib/notes/alpha/hardware
index 8fb980cff9c..1cd0e41c671 100644
--- a/distrib/notes/alpha/hardware
+++ b/distrib/notes/alpha/hardware
@@ -360,6 +360,6 @@ Drivers for hardware marked with "[-]" are NOT available in any provided
kernel image, you will have to recompile your kernel to enable them.
Console frame buffers and keyboards are only supported on systems
-explicitely mentioned above. On other systems, including all
+explicitly mentioned above. On other systems, including all
TurboChannel-based machines, OpenBSD/MACHINE *must* be used with a
serial console.
diff --git a/sys/dev/pci/ncrreg.h b/sys/dev/pci/ncrreg.h
index e25ac4af03e..ce47a3d9380 100644
--- a/sys/dev/pci/ncrreg.h
+++ b/sys/dev/pci/ncrreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncrreg.h,v 1.1 1997/12/01 18:58:49 millert Exp $ */
+/* $OpenBSD: ncrreg.h,v 1.2 2001/11/18 20:55:42 deraadt Exp $ */
/* $NetBSD: ncrreg.h,v 1.14 1997/09/23 02:27:46 perry Exp $ */
/**************************************************************************
@@ -637,7 +637,7 @@ struct scr_tblsel {
/*
** Bits defining chip features.
-** For now only some of them are used, since we explicitely
+** For now only some of them are used, since we explicitly
** deal with PCI device id and revision id.
*/
#define FE_LED0 (1<<0)
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 91d5aa88936..7736052d9f6 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.74 2001/11/11 07:43:30 deraadt Exp $ */
+/* $OpenBSD: pciide.c,v 1.75 2001/11/18 20:55:42 deraadt Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -2530,7 +2530,7 @@ cmd0643_9_chip_map(sc, pa)
sc->sc_wdcdev.cap |= WDC_CAPABILITY_UDMA;
sc->sc_wdcdev.UDMA_cap = 2;
#endif
- /* explicitely disable UDMA */
+ /* explicitly disable UDMA */
pciide_pci_write(sc->sc_pc, sc->sc_tag,
CMD_UDMATIM(0), 0);
pciide_pci_write(sc->sc_pc, sc->sc_tag,
diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c
index 8562fa4a47a..8c020ff9c57 100644
--- a/usr.bin/xlint/lint1/func.c
+++ b/usr.bin/xlint/lint1/func.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: func.c,v 1.3 1999/10/29 09:01:00 todd Exp $ */
+/* $OpenBSD: func.c,v 1.4 2001/11/18 20:55:42 deraadt Exp $ */
/* $NetBSD: func.c,v 1.7 1995/10/02 17:31:40 jpo Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: func.c,v 1.3 1999/10/29 09:01:00 todd Exp $";
+static char rcsid[] = "$OpenBSD: func.c,v 1.4 2001/11/18 20:55:42 deraadt Exp $";
#endif
#include <stdlib.h>
@@ -369,7 +369,7 @@ funcend()
/*
* write the information about the function definition to the
* output file
- * inline functions explicitely declared extern are written as
+ * inline functions explicitly declared extern are written as
* declarations only.
*/
if (dcs->d_scl == EXTERN && funcsym->s_inline) {