summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-09-11 23:54:32 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-09-11 23:54:32 +0000
commitfb3ec2cbb9f2afdd6686fb96261e373ce5a56689 (patch)
treed49744c5565280ee845f159ae115e6f06d570370 /sys/dev/pci
parent2ff7267f2fe60304bf9e36b7b28e253f864c969c (diff)
typo, th -> the
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_em_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c
index ed06d1060e4..39fa276cb14 100644
--- a/sys/dev/pci/if_em_hw.c
+++ b/sys/dev/pci/if_em_hw.c
@@ -31,7 +31,7 @@
*******************************************************************************/
-/* $OpenBSD: if_em_hw.c,v 1.9 2005/07/02 06:15:44 deraadt Exp $ */
+/* $OpenBSD: if_em_hw.c,v 1.10 2005/09/11 23:54:31 brad Exp $ */
/* if_em_hw.c
* Shared functions for accessing and configuring the MAC
*/
@@ -6344,7 +6344,7 @@ em_polarity_reversal_workaround(struct em_hw *hw)
/* Recommended delay time after link has been lost */
msec_delay_irq(1000);
- /* Now we will re-enable th transmitter on the PHY */
+ /* Now we will re-enable the transmitter on the PHY */
ret_val = em_write_phy_reg(hw, M88E1000_PHY_PAGE_SELECT, 0x0019);
if(ret_val)