summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/arch
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amiga/dev/grfabs_reg.h4
-rw-r--r--sys/arch/i386/pci/pci_addr_fixup.c4
-rw-r--r--sys/arch/mac68k/dev/ncr5380.c4
-rw-r--r--sys/arch/mvme68k/dev/ipic.c4
-rw-r--r--sys/arch/mvme88k/dev/vs.c6
-rw-r--r--sys/arch/sparc/dev/spifreg.h4
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c4
7 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/amiga/dev/grfabs_reg.h b/sys/arch/amiga/dev/grfabs_reg.h
index a5ff4156a44..1c05207dceb 100644
--- a/sys/arch/amiga/dev/grfabs_reg.h
+++ b/sys/arch/amiga/dev/grfabs_reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: grfabs_reg.h,v 1.3 2002/03/14 01:26:29 millert Exp $ */
+/* $OpenBSD: grfabs_reg.h,v 1.4 2002/06/14 21:34:58 todd Exp $ */
/* $NetBSD: grfabs_reg.h,v 1.5 1996/04/21 21:11:31 veego Exp $ */
/*
@@ -85,7 +85,7 @@ extern struct monitor_list *monitors;
* If you do not mimic everyone else exactly problems will appear.
* If you need a template look at alloc_bitmap() in grf_cc.c.
*
- * WARNING: the plane array is only for convience, all data for bitplanes
+ * WARNING: the plane array is only for convenience, all data for bitplanes
* MUST be contiguous. This is for mapping purposes. The reason
* for the plane pointers and row_mod is to support interleaving
* on monitors that wish to support this.
diff --git a/sys/arch/i386/pci/pci_addr_fixup.c b/sys/arch/i386/pci/pci_addr_fixup.c
index bda77df0a85..a7753f34c74 100644
--- a/sys/arch/i386/pci/pci_addr_fixup.c
+++ b/sys/arch/i386/pci/pci_addr_fixup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_addr_fixup.c,v 1.13 2002/03/14 01:26:33 millert Exp $ */
+/* $OpenBSD: pci_addr_fixup.c,v 1.14 2002/06/14 21:34:58 todd Exp $ */
/* $NetBSD: pci_addr_fixup.c,v 1.7 2000/08/03 20:10:45 nathanw Exp $ */
/*-
@@ -407,7 +407,7 @@ pciaddr_search(mem_port, startp, size)
struct extent *ex = mem_port? sc->extent_mem : sc->extent_port;
/* Search the PCI I/O memory space extent for free
- * space that will accomodate size. Remember that the
+ * space that will accommodate size. Remember that the
* extent stores allocated space and we're searching
* for the gaps.
*
diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c
index 9a82fd74ca2..6e7539089c6 100644
--- a/sys/arch/mac68k/dev/ncr5380.c
+++ b/sys/arch/mac68k/dev/ncr5380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380.c,v 1.18 2002/03/14 03:15:55 millert Exp $ */
+/* $OpenBSD: ncr5380.c,v 1.19 2002/06/14 21:34:58 todd Exp $ */
/* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */
/*
@@ -1780,7 +1780,7 @@ SC_REQ *reqp;
return (0);
/*
- * LWP: I think that this restriction is not strictly nessecary.
+ * LWP: I think that this restriction is not strictly necessary.
*/
if ((req_len & 0x1) || ((u_int)req_addr & 0x3))
return (0);
diff --git a/sys/arch/mvme68k/dev/ipic.c b/sys/arch/mvme68k/dev/ipic.c
index d95f397ac21..5c15c74d740 100644
--- a/sys/arch/mvme68k/dev/ipic.c
+++ b/sys/arch/mvme68k/dev/ipic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipic.c,v 1.9 2002/04/27 23:21:05 miod Exp $ */
+/* $OpenBSD: ipic.c,v 1.10 2002/06/14 21:34:58 todd Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -115,7 +115,7 @@ ipicscan(parent, child, args)
}
#endif
- /* XXX can we determing IPIC_IPSPACE automatically? */
+ /* XXX can we determine IPIC_IPSPACE automatically? */
for (slot = 0; slot < sc->sc_nip; slot++) {
ipp = sc->sc_ipspace + (slot * IPIC_IP_MODSIZE);
if (badpaddr((paddr_t)ipp + IPIC_IP_IDOFFSET, 2))
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c
index fa0c17c6ac4..9273cb2cb0d 100644
--- a/sys/arch/mvme88k/dev/vs.c
+++ b/sys/arch/mvme88k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.16 2002/03/14 01:26:39 millert Exp $ */
+/* $OpenBSD: vs.c,v 1.17 2002/06/14 21:34:59 todd Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -995,8 +995,8 @@ vs_build_memory_structure(xs, iopb)
/*
* We have the following things:
- * virt the virtuell address of the contiguous virtual memory block
- * len the lenght of the contiguous virtual memory block
+ * virt the virtual address of the contiguous virtual memory block
+ * len the length of the contiguous virtual memory block
* starting_point_virt the virtual address of the contiguous *physical* memory block
* starting_point_phys the *physical* address of the contiguous *physical* memory block
* point_virt the pointer to the virtual memory we are checking at the moment
diff --git a/sys/arch/sparc/dev/spifreg.h b/sys/arch/sparc/dev/spifreg.h
index 629cbd6536f..8a7481f37e7 100644
--- a/sys/arch/sparc/dev/spifreg.h
+++ b/sys/arch/sparc/dev/spifreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: spifreg.h,v 1.7 2002/01/13 01:54:48 jason Exp $ */
+/* $OpenBSD: spifreg.h,v 1.8 2002/06/14 21:34:59 todd Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -326,7 +326,7 @@ struct stcregs {
*
* The *iack registers are read/written with the IACK bit set. When
* the interrupt routine starts, it reads the MRAR, TRAR, and RRAR registers
- * from this mapping. This signals an interrupt acknowlegement cycle.
+ * from this mapping. This signals an interrupt acknowledgement cycle.
* (NOTE: these are not really the MRAR, TRAR, and RRAR... They are copies
* of the GSVR, I just mapped them to the same location as the mrar, trar,
* and rrar because it seemed appropriate).
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index ac9a1de0fe1..8472f106339 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.42 2002/06/14 04:17:59 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.43 2002/06/14 21:34:59 todd Exp $ */
/* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
/*-
@@ -1637,7 +1637,7 @@ _bus_dmamem_map(t, segs, nsegs, size, kvap, flags)
size = round_page(size);
/*
- * Find a region of kernel virtual addresses that can accomodate
+ * Find a region of kernel virtual addresses that can accommodate
* our aligment requirements.
*/
oversize = size + align - PAGE_SIZE;