diff options
author | imp <imp@FreeBSD.org> | 2005-08-29 16:48:28 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-08-29 16:48:28 +0000 |
commit | 3a8fa6db471f9ff6e9c94abf33c89ccdd9372b9d (patch) | |
tree | 0f2fc3fe6436718c16263dce76ccf5077a479440 /sys/pci/if_pcn.c | |
parent | f20f47a7bae70a05e55f1b28a204cca17f5a0bf9 (diff) | |
download | FreeBSD-src-3a8fa6db471f9ff6e9c94abf33c89ccdd9372b9d.zip FreeBSD-src-3a8fa6db471f9ff6e9c94abf33c89ccdd9372b9d.tar.gz |
Fix obsolete comment.
MFC After: 2 days
Diffstat (limited to 'sys/pci/if_pcn.c')
-rw-r--r-- | sys/pci/if_pcn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 30ee8d1..36ac644 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -91,7 +91,7 @@ MODULE_DEPEND(pcn, pci, 1, 1, 1); MODULE_DEPEND(pcn, ether, 1, 1, 1); MODULE_DEPEND(pcn, miibus, 1, 1, 1); -/* "controller miibus0" required. See GENERIC if you get errors here. */ +/* "device miibus" required. See GENERIC if you get errors here. */ #include "miibus_if.h" /* |