summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-09-06 13:42:38 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-09-06 13:42:38 +0000
commit953916e50f7e5ce4f5f6f27eec3414fdcbfca43e (patch)
tree253be46c5ceab779192a2b236356abf9364d5ed5 /sys/pci
parent75f67c7681042c82ab2bfe603d1f3895914200f6 (diff)
downloadFreeBSD-src-953916e50f7e5ce4f5f6f27eec3414fdcbfca43e.zip
FreeBSD-src-953916e50f7e5ce4f5f6f27eec3414fdcbfca43e.tar.gz
Fix a couple of typos in comments
MFC after: 3 days
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_pcn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index ddfa67f..ead2845 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -35,7 +35,7 @@
__FBSDID("$FreeBSD$");
/*
- * AMD Am79c972 fast ethernet PCI NIC driver. Datatheets are available
+ * AMD Am79c972 fast ethernet PCI NIC driver. Datasheets are available
* from http://www.amd.com.
*
* The AMD PCnet/PCI controllers are more advanced and functional
@@ -436,8 +436,8 @@ pcn_probe(dev)
* Note III: the test for 0x10001000 is a hack to
* pacify VMware, who's pseudo-PCnet interface is
* broken. Reading the subsystem register from PCI
- * config space yeilds 0x00000000 while reading the
- * same value from I/O space yeilds 0x10001000. It's
+ * config space yields 0x00000000 while reading the
+ * same value from I/O space yields 0x10001000. It's
* not supposed to be that way.
*/
if (chip_id == pci_read_config(dev,
@@ -902,7 +902,7 @@ pcn_intr(arg)
sc = arg;
ifp = &sc->arpcom.ac_if;
- /* Supress unwanted interrupts */
+ /* Suppress unwanted interrupts */
if (!(ifp->if_flags & IFF_UP)) {
pcn_stop(sc);
return;
OpenPOWER on IntegriCloud