summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
commite69fe706f10796309aef77a1726d7bbd9ef3fa41 (patch)
treeb971a50b8647d28d9cb5c9c1a93781c889624f52 /sys/dev/pci/pci.c
parent010d68ca1c6a6f04e09a047a3682ff8fa338c986 (diff)
downloadFreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.zip
FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.tar.gz
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 523c21d..3681765 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -151,7 +151,7 @@ static size_t pci_vendordata_size;
struct pci_quirk {
u_int32_t devid; /* Vendor/device of the card */
int type;
-#define PCI_QUIRK_MAP_REG 1 /* PCI map register in wierd place */
+#define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */
int arg1;
int arg2;
};
OpenPOWER on IntegriCloud