diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-07 09:21:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-07 09:21:56 +0000 |
commit | 4df4ccff07dfe642c4e1a7b5761520b294aeb8e5 (patch) | |
tree | 54f4e75b59afc7776cb8e73493a8531abbc6bf06 /sys | |
parent | 9d4aa2140e935c445da98c73a7a89953b064aa6f (diff) |
advertisment -> advertisement; from leonardo chiquitto filho
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_em_hw.c | 8 | ||||
-rw-r--r-- | sys/netinet/icmp6.h | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c index 25feb87c019..6cef49b5476 100644 --- a/sys/dev/pci/if_em_hw.c +++ b/sys/dev/pci/if_em_hw.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $OpenBSD: if_em_hw.c,v 1.14 2005/11/26 14:31:26 krw Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.15 2006/03/07 09:21:55 jmc Exp $ */ /* if_em_hw.c * Shared functions for accessing and configuring the MAC */ @@ -1247,7 +1247,7 @@ em_copper_link_igp_setup(struct em_hw *hw) if(hw->dsp_config_state == em_dsp_config_activated) hw->dsp_config_state = em_dsp_config_enabled; - /* when autonegotiation advertisment is only 1000Mbps then we + /* when autonegotiation advertisement is only 1000Mbps then we * should disable SmartSpeed and enable Auto MasterSlave * resolution as hardware default. */ if(hw->autoneg_advertised == ADVERTISE_1000_FULL) { @@ -5881,7 +5881,7 @@ em_set_phy_mode(struct em_hw *hw) * * This function sets the lplu state according to the active flag. When * activating lplu this function also disables smart speed and vise versa. - * lplu will not be activated unless the device autonegotiation advertisment + * lplu will not be activated unless the device autonegotiation advertisement * meets standards of either 10 or 10/100 or 10/100/1000 at all duplexes. * hw: Struct containing variables accessed by shared code * active - true to enable lplu false to disable lplu. @@ -5994,7 +5994,7 @@ em_set_d3_lplu_state(struct em_hw *hw, * * This function sets the lplu d0 state according to the active flag. When * activating lplu this function also disables smart speed and vise versa. - * lplu will not be activated unless the device autonegotiation advertisment + * lplu will not be activated unless the device autonegotiation advertisement * meets standards of either 10 or 10/100 or 10/100/1000 at all duplexes. * hw: Struct containing variables accessed by shared code * active - true to enable lplu false to disable lplu. diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index b0b94232267..7da34699708 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.h,v 1.29 2004/02/15 11:16:08 markus Exp $ */ +/* $OpenBSD: icmp6.h,v 1.30 2006/03/07 09:21:55 jmc Exp $ */ /* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */ /* @@ -111,9 +111,9 @@ struct icmp6_hdr { #endif #define ND_ROUTER_SOLICIT 133 /* router solicitation */ -#define ND_ROUTER_ADVERT 134 /* router advertisment */ +#define ND_ROUTER_ADVERT 134 /* router advertisement */ #define ND_NEIGHBOR_SOLICIT 135 /* neighbor solicitation */ -#define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisment */ +#define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */ #define ND_REDIRECT 137 /* redirect */ #define ICMP6_ROUTER_RENUMBERING 138 /* router renumbering */ |