Module Name: src
Committed By: cegger
Date: Sat Jun 6 12:56:43 UTC 2009
Modified Files:
src/sys/dev/pci: pciio.h
Log Message:
typo in comment: autconfiguration -> autoconfiguration
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/pciio.h
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/pci/pciio.h
diff -u src/sys/dev/pci/pciio.h:1.2 src/sys/dev/pci/pciio.h:1.3
--- src/sys/dev/pci/pciio.h:1.2 Fri Sep 14 06:09:42 2001
+++ src/sys/dev/pci/pciio.h Sat Jun 6 12:56:43 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pciio.h,v 1.2 2001/09/14 06:09:42 simonb Exp $ */
+/* $NetBSD: pciio.h,v 1.3 2009/06/06 12:56:43 cegger Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
/*
* pciio_businfo:
*
- * Information for a PCI bus (autconfiguration node) instance.
+ * Information for a PCI bus (autoconfiguration node) instance.
*/
struct pciio_businfo {
u_int busno; /* bus number */