diff options
author | Gilles Espinasse <g.esp@free.fr> | 2010-03-29 15:41:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-29 15:41:47 +0200 |
commit | f77f13e22df4a40d237697df496152c8c37f3f2b (patch) | |
tree | beccbb0214078d68027f7a17b57be556292475bd /drivers/net/ps3_gelic_wireless.c | |
parent | 5239c4ff4ae9e810ba761518ad71b463f0ccbf3c (diff) |
Fix comment and Kconfig typos for 'require' and 'fragment'
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/ps3_gelic_wireless.c')
-rw-r--r-- | drivers/net/ps3_gelic_wireless.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ps3_gelic_wireless.c b/drivers/net/ps3_gelic_wireless.c index 2663b2fdc0b..7fe54c261c4 100644 --- a/drivers/net/ps3_gelic_wireless.c +++ b/drivers/net/ps3_gelic_wireless.c @@ -95,7 +95,7 @@ static inline int precise_ie(void) * post_eurus_cmd helpers */ struct eurus_cmd_arg_info { - int pre_arg; /* command requres arg1, arg2 at POST COMMAND */ + int pre_arg; /* command requires arg1, arg2 at POST COMMAND */ int post_arg; /* command requires arg1, arg2 at GET_RESULT */ }; |