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>

authored by Justin P. Mattock and committed by Jiri Kosina 17964e9d c2e07b3a

+1 -1
+1 -1
drivers/net/wireless/hostap/hostap_hw.c
··· 1896 1896 /* Some SMP systems have reported number of odd errors with hostap_pci. fid 1897 1897 * register has changed values between consecutive reads for an unknown reason. 1898 1898 * This should really not happen, so more debugging is needed. This test 1899 - * version is a big slower, but it will detect most of such register changes 1899 + * version is a bit slower, but it will detect most of such register changes 1900 1900 * and will try to get the correct fid eventually. */ 1901 1901 #define EXTRA_FID_READ_TESTS 1902 1902