diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-04-26 00:55:41 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-04-26 00:55:41 +0000 |
commit | 4bea87581eaf575489ce32837c5415a7d1728a10 (patch) | |
tree | 8efccca5fa6bb27f24e65ec820b2f4ab5ec735c3 /sys | |
parent | bde943e88e83604fdc36c96acbbca5ab4c4cc676 (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index 91cf0e7e3ad..c7ab3991e98 100644 --- a/sys/dev/pci/mfi_pci.c +++ b/sys/dev/pci/mfi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi_pci.c,v 1.3 2006/04/26 00:51:40 marco Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.4 2006/04/26 00:55:40 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -58,7 +58,7 @@ struct mfi_pci_device { { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, PCI_VENDOR_DELL, 0x1f01, "Dell PERC 5/i", 0 }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, - PCI_VENDOR_DELL, 0x1f02, "Dell Perc 5/e", 0 }, + PCI_VENDOR_DELL, 0x1f02, "Dell PERC 5/e", 0 }, { 0 } }; |