diff options
author | 2002-04-07 19:21:40 +0000 | |
---|---|---|
committer | 2002-04-07 19:21:40 +0000 | |
commit | 78b95b1fe4cf26e89d17251f82e10955f0476c58 (patch) | |
tree | f7939df18aab1e61d056d5926f0c4d1384e5603c | |
parent | fix authpf_kill_states() (diff) | |
download | wireguard-openbsd-78b95b1fe4cf26e89d17251f82e10955f0476c58.tar.xz wireguard-openbsd-78b95b1fe4cf26e89d17251f82e10955f0476c58.zip |
Typo. ok millert@
-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; |