From 622f11cea23c37be063fc7a566b42a8582fc0775 Mon Sep 17 00:00:00 2001 From: David Krause Date: Mon, 3 Nov 2003 05:06:23 +0000 Subject: spelling --- sys/arch/pegasos/pci/mpcpcibus.c | 4 ++-- sys/arch/pegasos/pci/pci_addr_fixup.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') 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. * -- cgit v1.2.3