diff mbox

[5/8] trivial: fix typo s/assocate/associate/ in comment

Message ID 1255637738-6069-1-git-send-email-cascardo@holoscopio.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Thadeu Lima de Souza Cascardo Oct. 15, 2009, 8:15 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h
index b14ba07..b73e7d3 100644
--- a/drivers/net/wireless/ath/ath5k/base.h
+++ b/drivers/net/wireless/ath/ath5k/base.h
@@ -192,7 +192,7 @@  struct ath5k_softc {
 	struct ath5k_txq	*cabq;		/* content after beacon */
 
 	int 			power_level;	/* Requested tx power in dbm */
-	bool			assoc;		/* assocate state */
+	bool			assoc;		/* associate state */
 	bool			enable_beacon;	/* true if beacons are on */
 };