Fix spelling: indrect -> indirect.

This commit is contained in:
dyoung 2009-04-07 21:48:46 +00:00
parent 20d48b47c0
commit 00644496f7
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa.c,v 1.134 2008/04/28 20:23:52 martin Exp $ */
/* $NetBSD: isa.c,v 1.135 2009/04/07 21:48:46 dyoung Exp $ */
/*-
* Copyright (c) 1998, 2001, 2008 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isa.c,v 1.134 2008/04/28 20:23:52 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: isa.c,v 1.135 2009/04/07 21:48:46 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -130,7 +130,7 @@ isaattach(device_t parent, device_t self, void *aux)
if (sc->sc_dynamicdevs == 0)
isa_free_knowndevs(sc);
/* Attach all indrect-config children. */
/* Attach all indirect-config children. */
isarescan(self, "isa", wildcard);
if (!pmf_device_register(self, NULL, NULL))