diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/rbus_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/rbus_machdep.c b/sys/arch/amd64/amd64/rbus_machdep.c index 12150a28089..8c442904545 100644 --- a/sys/arch/amd64/amd64/rbus_machdep.c +++ b/sys/arch/amd64/amd64/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.3 2007/05/31 23:35:46 tedu Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.4 2007/09/12 13:56:40 chl Exp $ */ /* $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 06:43:06 haya Exp $ */ /* @@ -79,7 +79,7 @@ rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) start = ex->ex_start; /* XXX: unfortunately, iomem_ex cannot be used for the - * dynamic bus_space allocatoin. There are some + * dynamic bus_space allocation. There are some * hidden memory (or some obstacles which do not * recognised by the kernel) in the region governed by * iomem_ex. So I decide to use only very high |