diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-08-02 13:50:43 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:06:54 +0200 |
commit | 17964e9d086cd4cb15b54a71ccddd8bbacb4c00c (patch) | |
tree | eb7a7a50543c327fc5cf677e700bd8fa6f6f84a2 /drivers/net | |
parent | c2e07b3a9ced33dd92597201be3931be8ea57ed6 (diff) |
hostap:hostap_hw.c Fix typo in comment
The patch below fixes a typo in a comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_hw.c b/drivers/net/wireless/hostap/hostap_hw.c index ff9b5c882184..30c2976b3624 100644 --- a/drivers/net/wireless/hostap/hostap_hw.c +++ b/drivers/net/wireless/hostap/hostap_hw.c @@ -1896,7 +1896,7 @@ fail: /* Some SMP systems have reported number of odd errors with hostap_pci. fid * register has changed values between consecutive reads for an unknown reason. * This should really not happen, so more debugging is needed. This test - * version is a big slower, but it will detect most of such register changes + * version is a bit slower, but it will detect most of such register changes * and will try to get the correct fid eventually. */ #define EXTRA_FID_READ_TESTS |