From 00644496f72d8034c6327d8dc085952af60461c6 Mon Sep 17 00:00:00 2001 From: dyoung Date: Tue, 7 Apr 2009 21:48:46 +0000 Subject: [PATCH] Fix spelling: indrect -> indirect. --- sys/dev/isa/isa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 98dc8df33162..7485bac7307a 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -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 -__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 #include @@ -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))