diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
| commit | d7d97eb0aa6f7315a98a6010d82c4fc71bd2211c (patch) | |
| tree | f8fb6added0ae23b19c6ae7f29f514a212a31fde /sys/pci/if_ti.c | |
| parent | 7c637968288584dda60170d7c2977973e20ae503 (diff) | |
Notes
Diffstat (limited to 'sys/pci/if_ti.c')
| -rw-r--r-- | sys/pci/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index b13f1ba79dba..818d6a26a706 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -1559,7 +1559,7 @@ static int ti_attach(dev) * Get station address from the EEPROM. Note: the manual states * that the MAC address is at offset 0x8c, however the data is * stored as two longwords (since that's how it's loaded into - * the NIC). This means the MAC address is actually preceeded + * the NIC). This means the MAC address is actually preceded * by two zero bytes. We need to skip over those. */ if (ti_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr, |
