diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-19 18:18:15 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-19 18:18:15 +0000 |
commit | dd45423c35283131561675e594cfc2697c21dda5 (patch) | |
tree | c88e54d0fd705125c3b113e924724496f4f57094 /sys/dev/pci/if_em_hw.c | |
parent | a5bc478b504c93a40ea27226ab5428817d4a6c89 (diff) |
spelling in comment
Diffstat (limited to 'sys/dev/pci/if_em_hw.c')
-rw-r--r-- | sys/dev/pci/if_em_hw.c | 4 |
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 8bb8e0733d2..f1192a1118b 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.6 2005/02/17 18:07:36 jfb Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.7 2005/02/19 18:18:14 jolan Exp $ */ /* if_em_hw.c * Shared functions for accessing and configuring the MAC */ @@ -669,7 +669,7 @@ em_adjust_serdes_amplitude(struct em_hw *hw) * * hw - Struct containing variables accessed by shared code * - * Determines which flow control settings to use. Calls the apropriate media- + * Determines which flow control settings to use. Calls the appropriate media- * specific link configuration function. Configures the flow control settings. * Assuming the adapter has a valid link partner, a valid link should be * established. Assumes the hardware has previously been reset and the |