Author: eadler
Date: Fri Apr 10 20:55:17 2015
New Revision: 281383
URL: https://svnweb.freebsd.org/changeset/base/281383

Log:
  iwn, wlan: fix typos
        Fxi tow typos
  
  Obtained from:        DragonFlyBSD
  MFC after:    3 days

Modified:
  head/sys/dev/iwn/if_iwn.c
  head/sys/net80211/ieee80211_mesh.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Fri Apr 10 20:38:31 2015        (r281382)
+++ head/sys/dev/iwn/if_iwn.c   Fri Apr 10 20:55:17 2015        (r281383)
@@ -8060,7 +8060,7 @@ iwn_read_firmware_tlv(struct iwn_softc *
                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:

Modified: head/sys/net80211/ieee80211_mesh.c
==============================================================================
--- head/sys/net80211/ieee80211_mesh.c  Fri Apr 10 20:38:31 2015        
(r281382)
+++ head/sys/net80211/ieee80211_mesh.c  Fri Apr 10 20:55:17 2015        
(r281383)
@@ -126,7 +126,7 @@ static int ieee80211_mesh_backofftimeout
 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,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to