From a9512276a49b114af9fc563f895fb561d2031614 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 25 Apr 2008 14:51:36 +0000 Subject: neccessary -> necessary; from Pierre Riteau --- sys/arch/macppc/pci/kauaiata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/macppc') 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"); -- cgit v1.2.3