diff options
author | Tristan Pourcelot <tristan.pourcelot@gmail.com> | 2012-02-09 08:48:09 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-22 14:48:49 -0500 |
commit | e1fa746029252c85b18b3d6ee5b0e066ce14383f (patch) | |
tree | a81f1143fd341673a84ea0920105c3de51b8185e /drivers/net/wireless/rtlwifi/base.c | |
parent | 02b6ab0ab936b058632cf0cfdf226778a1005882 (diff) |
Correcting typos in rtlwifi/base.c
This patch correct some typos in a comment.
Signed-off-by: Tristan Pourcelot <tristan.pourcelot@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/base.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/base.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/rtlwifi/base.c b/drivers/net/wireless/rtlwifi/base.c index df5655cc55c0..510023554e5f 100644 --- a/drivers/net/wireless/rtlwifi/base.c +++ b/drivers/net/wireless/rtlwifi/base.c | |||
@@ -39,10 +39,10 @@ | |||
39 | #include <linux/module.h> | 39 | #include <linux/module.h> |
40 | 40 | ||
41 | /* | 41 | /* |
42 | *NOTICE!!!: This file will be very big, we hsould | 42 | *NOTICE!!!: This file will be very big, we should |
43 | *keep it clear under follwing roles: | 43 | *keep it clear under following roles: |
44 | * | 44 | * |
45 | *This file include follwing part, so, if you add new | 45 | *This file include following parts, so, if you add new |
46 | *functions into this file, please check which part it | 46 | *functions into this file, please check which part it |
47 | *should includes. or check if you should add new part | 47 | *should includes. or check if you should add new part |
48 | *for this file: | 48 | *for this file: |