svn commit: r281480 - in stable/10/sys: dev/iwn net80211

Eitan Adler eadler at FreeBSD.org
Mon Apr 13 01:01:18 UTC 2015


Author: eadler
Date: Mon Apr 13 01:01:17 2015
New Revision: 281480
URL: https://svnweb.freebsd.org/changeset/base/281480

Log:
  MFC r281383:
  
  iwn, wlan: fix typos
  	Fxi tow typos

Modified:
  stable/10/sys/dev/iwn/if_iwn.c
  stable/10/sys/net80211/ieee80211_mesh.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/iwn/if_iwn.c
==============================================================================
--- stable/10/sys/dev/iwn/if_iwn.c	Mon Apr 13 00:03:03 2015	(r281479)
+++ stable/10/sys/dev/iwn/if_iwn.c	Mon Apr 13 01:01:17 2015	(r281480)
@@ -6813,7 +6813,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: stable/10/sys/net80211/ieee80211_mesh.c
==============================================================================
--- stable/10/sys/net80211/ieee80211_mesh.c	Mon Apr 13 00:03:03 2015	(r281479)
+++ stable/10/sys/net80211/ieee80211_mesh.c	Mon Apr 13 01:01:17 2015	(r281480)
@@ -125,7 +125,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,


More information about the svn-src-all mailing list