diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 11:31:21 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-02 11:31:21 +0100 |
commit | 8e572bab39c484cdf512715f98626337f25cfc32 (patch) | |
tree | 5ce90fcc61cb50e60606ba14ffbacad71839bfdd /drivers/net | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) | |
download | linux-stable-8e572bab39c484cdf512715f98626337f25cfc32.tar.gz linux-stable-8e572bab39c484cdf512715f98626337f25cfc32.tar.bz2 linux-stable-8e572bab39c484cdf512715f98626337f25cfc32.zip |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 61915f371416..da60faee74fc 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c @@ -1397,7 +1397,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv) } /* - * Send the CARD_DISABLE_PHY_OFF comamnd to the card to disable it + * Send the CARD_DISABLE_PHY_OFF command to the card to disable it * * After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent. * |