summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-04-13 01:01:17 +0000
committereadler <eadler@FreeBSD.org>2015-04-13 01:01:17 +0000
commit2f2ff70a0dd4f01cbc54b840e69878f4c43db208 (patch)
tree769cb67ff7ef19961caf1190be7e4f6d9d7a48c3
parenta0a30f026eade4c771d8a1d476e7e30c48a6dc10 (diff)
downloadFreeBSD-src-2f2ff70a0dd4f01cbc54b840e69878f4c43db208.zip
FreeBSD-src-2f2ff70a0dd4f01cbc54b840e69878f4c43db208.tar.gz
MFC r281383:
iwn, wlan: fix typos Fxi tow typos
-rw-r--r--sys/dev/iwn/if_iwn.c2
-rw-r--r--sys/net80211/ieee80211_mesh.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 609a703..806a408 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -6813,7 +6813,7 @@ iwn_read_firmware_tlv(struct iwn_softc *sc, struct iwn_fw_info *fw,
case IWN_FW_TLV_WOWLAN_INST:
case IWN_FW_TLV_WOWLAN_DATA:
DPRINTF(sc, IWN_DEBUG_RESET,
- "TLV type %d reconized but not handled\n",
+ "TLV type %d recognized but not handled\n",
le16toh(tlv->type));
break;
default:
diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c
index 1ccdb53..a06b241 100644
--- a/sys/net80211/ieee80211_mesh.c
+++ b/sys/net80211/ieee80211_mesh.c
@@ -125,7 +125,7 @@ static int ieee80211_mesh_backofftimeout = -1;
SYSCTL_PROC(_net_wlan_mesh, OID_AUTO, backofftimeout, CTLTYPE_INT | CTLFLAG_RW,
&ieee80211_mesh_backofftimeout, 0, ieee80211_sysctl_msecs_ticks, "I",
"Backoff timeout (msec). This is to throutles peering forever when "
- "not receving answer or is rejected by a neighbor");
+ "not receiving answer or is rejected by a neighbor");
static int ieee80211_mesh_maxretries = 2;
SYSCTL_INT(_net_wlan_mesh, OID_AUTO, maxretries, CTLFLAG_RW,
&ieee80211_mesh_maxretries, 0,
OpenPOWER on IntegriCloud