diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-25 14:51:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-25 14:51:36 +0000 |
commit | a9512276a49b114af9fc563f895fb561d2031614 (patch) | |
tree | 6cf593acdd9a9ac40c4e85522768c9835c70ea4c /sys/arch/macppc/pci | |
parent | d18431b58033077022c2be36a30813f75e95d0a1 (diff) |
neccessary -> necessary; from Pierre Riteau
Diffstat (limited to 'sys/arch/macppc/pci')
-rw-r--r-- | sys/arch/macppc/pci/kauaiata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/kauaiata.c b/sys/arch/macppc/pci/kauaiata.c index c09160f82ff..aa6b610d278 100644 --- a/sys/arch/macppc/pci/kauaiata.c +++ b/sys/arch/macppc/pci/kauaiata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kauaiata.c,v 1.9 2007/03/01 21:28:56 drahn Exp $ */ +/* $OpenBSD: kauaiata.c,v 1.10 2008/04/25 14:51:35 jmc Exp $ */ /* * Copyright (c) 2003 Dale Rahn @@ -103,7 +103,7 @@ kauaiataattach(struct device *parent, struct device *self, void *aux) struct pci_attach_args *pa = aux; pci_chipset_tag_t pc = pa->pa_pc; - /* XXX not neccessarily the right device */ + /* XXX not necessarily the right device */ node = OF_finddevice("uata"); if (node == -1) node = OF_finddevice("/pci@f4000000/ata-6"); |