Typo fixes
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 18 Jul 2008 21:50:53 +0000 (21:50 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 18 Jul 2008 21:50:53 +0000 (21:50 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3808 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath_radar.h
ath/if_athioctl.h
ath/if_athvar.h
ath_rate/minstrel/minstrel.h
ath_rate/onoe/onoe.h
ath_rate/sample/sample.h
net80211/ieee80211_var.h

index be43d03b5e526c3f08a92c2980e6aa702ec8740c..6efe6fc5ab2fd3db670463921f75cd6a2345431b 100644 (file)
@@ -19,7 +19,7 @@
  * $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
  */
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _IF_ATH_RADAR_H
 #define _IF_ATH_RADAR_H
index 54f12d06d0fd3c049ab3af84e847e4b2945fa3be..e49e092005445750c32c460d60773fe988601b06 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 /*
- * Ioctl-related defintions for the Atheros Wireless LAN controller driver.
+ * Ioctl-related definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_ATHIOCTL_H
 #define _DEV_ATH_ATHIOCTL_H
index 789afb5484b9238da9123c89ca9236e031a44f36..e6b72cec56a9989603337ffe5f7790fc58c49c69 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_ATHVAR_H
 #define _DEV_ATH_ATHVAR_H
index af3aed54b66da4954e5b3098747f9dee402e037d..0de34a1ac09fafa04072c82ea4e9d31bb6b88a8a 100644 (file)
@@ -63,7 +63,7 @@
  */
 
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_RATE_MINSTREL_H
 #define _DEV_ATH_RATE_MINSTREL_H
index 9a800d3993d61a926d718ce44ed1f99883a6e22d..4364c1e9bc7b4b1f309f1a3101acdfaaba3433b4 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_RATE_ONOE_H
 #define _DEV_ATH_RATE_ONOE_H
index 103bda40bcdc1d880a405d00a70d5781fc62b6c8..306ad36a3911fefed7c2bbf5b8fc7ea13785c21d 100644 (file)
@@ -37,7 +37,7 @@
  */
 
 /*
- * Defintions for the Atheros Wireless LAN controller driver.
+ * Definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_RATE_SAMPLE_H
 #define _DEV_ATH_RATE_SAMPLE_H
index 546124854283e8d239cc7e08fa8fed68416cb8a3..835d4856c09a012ed9d1bcd3c108f6cf77e2a699 100644 (file)
@@ -293,7 +293,7 @@ struct ieee80211vap {
        u_int32_t app_filter;                           /* filters which management frames are forwarded to app */
 };
 
-/* Debug functions need the defintion of struct ieee80211vap because iv_debug 
+/* Debug functions need the definition of struct ieee80211vap because iv_debug
  * is used at runtime to determine if we should log an event
  */
 #include <net80211/ieee80211_debug.h>