diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2007-09-12 13:56:41 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2007-09-12 13:56:41 +0000 |
commit | 50fd18ed38e81390909accc0cd470756ad7238e4 (patch) | |
tree | 14a2527b3c8ce2897a1c9308be0d27e79bcb96c5 /sys/arch/amd64 | |
parent | d8d7fbeace64e8463fc32293c332c5397d1a2a59 (diff) |
s/atoin/ation/ typos
ok ray@ cnst@ moritz@ sobrado@ millert@ mbalmer@
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 |