diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-04-07 19:21:41 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-04-07 19:21:41 +0000 |
commit | 06a955c694d49c41b942cf38dd778d6521678766 (patch) | |
tree | 9ef804e9f25eb1573c02fed13379c14f7e60bc9d /sys/dev/pci/pci_subr.c | |
parent | 081104e4bf91e5c98fef1f9331cfad748d09e97f (diff) |
Typo. ok millert@
Diffstat (limited to 'sys/dev/pci/pci_subr.c')
-rw-r--r-- | sys/dev/pci/pci_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index e68a04aacf8..8e0778da787 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_subr.c,v 1.13 2002/01/03 20:52:24 nate Exp $ */ +/* $OpenBSD: pci_subr.c,v 1.14 2002/04/07 19:21:40 tdeval Exp $ */ /* $NetBSD: pci_subr.c,v 1.19 1996/10/13 01:38:29 christos Exp $ */ /* @@ -265,7 +265,7 @@ const struct pci_class pci_class[] = { #ifdef PCIVERBOSE /* - * Descriptions of of known vendors and devices ("products"). + * Descriptions of known vendors and devices ("products"). */ struct pci_known_vendor { pci_vendor_id_t vendor; |