Module Name:    src
Committed By:   dyoung
Date:           Tue Apr  7 21:48:46 UTC 2009

Modified Files:
        src/sys/dev/isa: isa.c

Log Message:
Fix spelling: indrect -> indirect.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/dev/isa/isa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/isa.c
diff -u src/sys/dev/isa/isa.c:1.134 src/sys/dev/isa/isa.c:1.135
--- src/sys/dev/isa/isa.c:1.134	Mon Apr 28 20:23:52 2008
+++ src/sys/dev/isa/isa.c	Tue Apr  7 21:48:46 2009
@@ -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 @@
 	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))

Reply via email to