summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-19 05:32:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-19 05:32:06 +0000
commit72b702064c3f9551514072e80ba8d21faddf38cf (patch)
treea5aad2f4dfb8edc26e42477b1e7a9e556b36f715 /sys
parent78fa45b2df81d2489222ef40c819d140170216c1 (diff)
typo fixes; didickman@gmail
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/pci/pcibios.c4
-rw-r--r--sys/arch/i386/pci/pcibiosvar.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/pci/pcibios.c b/sys/arch/i386/pci/pcibios.c
index 44f11ec98a5..8924c73d0dc 100644
--- a/sys/arch/i386/pci/pcibios.c
+++ b/sys/arch/i386/pci/pcibios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcibios.c,v 1.36 2007/02/20 21:15:01 tom Exp $ */
+/* $OpenBSD: pcibios.c,v 1.37 2007/03/19 05:32:05 deraadt Exp $ */
/* $NetBSD: pcibios.c,v 1.5 2000/08/01 05:23:59 uch Exp $ */
/*
@@ -371,7 +371,7 @@ pcibios_get_status(struct pcibios_softc *sc, u_int32_t *rev_maj,
return (PCIBIOS_SERVICE_NOT_PRESENT); /* XXX */
/*
- * Fill in the various pieces if info we're looking for.
+ * Fill in the various pieces of info we're looking for.
*/
*mech1 = ax & 1;
*mech2 = ax & (1 << 1);
diff --git a/sys/arch/i386/pci/pcibiosvar.h b/sys/arch/i386/pci/pcibiosvar.h
index 10d5ef28454..ed7e0a69804 100644
--- a/sys/arch/i386/pci/pcibiosvar.h
+++ b/sys/arch/i386/pci/pcibiosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcibiosvar.h,v 1.16 2006/11/29 22:40:13 miod Exp $ */
+/* $OpenBSD: pcibiosvar.h,v 1.17 2007/03/19 05:32:05 deraadt Exp $ */
/* $NetBSD: pcibios.h,v 1.2 2000/04/28 17:15:16 uch Exp $ */
/*
@@ -86,7 +86,7 @@ struct pcibios_intr_routing {
/*
* $PIR header. Reference:
*
- * http://www.microsoft.com/HWDEV/busbios/PCIIRQ.htm
+ * http://www.microsoft.com/whdc/archive/pciirq.mspx
*/
struct pcibios_pir_header {
u_int32_t signature; /* $PIR */