summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-11-03 05:06:23 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-11-03 05:06:23 +0000
commit622f11cea23c37be063fc7a566b42a8582fc0775 (patch)
treedd1b601ef1a07374b01f80107d53936d2b2c7608
parent99f2e9c93ca45a90c3295cc40c52a8f15d67555d (diff)
spelling
-rw-r--r--sys/arch/pegasos/pci/mpcpcibus.c4
-rw-r--r--sys/arch/pegasos/pci/pci_addr_fixup.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/pegasos/pci/mpcpcibus.c b/sys/arch/pegasos/pci/mpcpcibus.c
index 0d534f6b9bc..ccd256e2aa8 100644
--- a/sys/arch/pegasos/pci/mpcpcibus.c
+++ b/sys/arch/pegasos/pci/mpcpcibus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpcpcibus.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */
+/* $OpenBSD: mpcpcibus.c,v 1.2 2003/11/03 05:06:22 david Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -442,7 +442,7 @@ fix_node_irq(int node, struct pcibus_attach_args *pba)
/*
* if this node has a AAPL,interrupts property, firmware
- * has intialized the register correctly.
+ * has initialized the register correctly.
*/
len = OF_getprop(node, "AAPL,interrupts", &intr, 4);
if (len != 4) {
diff --git a/sys/arch/pegasos/pci/pci_addr_fixup.c b/sys/arch/pegasos/pci/pci_addr_fixup.c
index 9f8c75695a1..4a429d23059 100644
--- a/sys/arch/pegasos/pci/pci_addr_fixup.c
+++ b/sys/arch/pegasos/pci/pci_addr_fixup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_addr_fixup.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */
+/* $OpenBSD: pci_addr_fixup.c,v 1.2 2003/11/03 05:06:22 david Exp $ */
/* $NetBSD: pci_addr_fixup.c,v 1.7 2000/08/03 20:10:45 nathanw Exp $ */
/*-
@@ -379,7 +379,7 @@ pciaddr_search(int mem_port, struct device *parent, bus_addr_t *startp,
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.
*