aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/key.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-08-20 08:43:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 13:59:12 -0700
commit789d1aef176e720fce4a8a5a9ab07f093ddb9086 (patch)
tree2643654bc1ff28be1d2b24739d58d8e299780cb3 /drivers/staging/vt6655/key.c
parent736f5d0a0980a6bf71e5c0d30c2d35225fb3f583 (diff)
staging: "vt6655" Fix typos in comments.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/key.c')
-rw-r--r--drivers/staging/vt6655/key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/key.c b/drivers/staging/vt6655/key.c
index 774b0d4a7e0..194fedc715f 100644
--- a/drivers/staging/vt6655/key.c
+++ b/drivers/staging/vt6655/key.c
@@ -372,7 +372,7 @@ bool KeybRemoveKey (
int i;
if (is_broadcast_ether_addr(pbyBSSID)) {
- // dealte all key
+ // delete all keys
if ((dwKeyIndex & PAIRWISE_KEY) != 0) {
for (i=0;i<MAX_KEY_TABLE;i++) {
pTable->KeyTable[i].PairwiseKey.bKeyValid = false;