diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 05:31:21 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-02 05:31:21 -0500 |
commit | 8e572bab39c484cdf512715f98626337f25cfc32 (patch) | |
tree | 5ce90fcc61cb50e60606ba14ffbacad71839bfdd /drivers/block | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/smart1,2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/smart1,2.h b/drivers/block/smart1,2.h index a0b403a6b4ed..e5565fbaeb30 100644 --- a/drivers/block/smart1,2.h +++ b/drivers/block/smart1,2.h | |||
@@ -95,7 +95,7 @@ static unsigned long smart4_completed(ctlr_info_t *h) | |||
95 | /* | 95 | /* |
96 | * This hardware returns interrupt pending at a different place and | 96 | * This hardware returns interrupt pending at a different place and |
97 | * it does not tell us if the fifo is empty, we will have check | 97 | * it does not tell us if the fifo is empty, we will have check |
98 | * that by getting a 0 back from the comamnd_completed call. | 98 | * that by getting a 0 back from the command_completed call. |
99 | */ | 99 | */ |
100 | static unsigned long smart4_intr_pending(ctlr_info_t *h) | 100 | static unsigned long smart4_intr_pending(ctlr_info_t *h) |
101 | { | 101 | { |