diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 11:31:21 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-02 11:31:21 +0100 |
commit | 8e572bab39c484cdf512715f98626337f25cfc32 (patch) | |
tree | 5ce90fcc61cb50e60606ba14ffbacad71839bfdd /drivers/scsi/megaraid.c | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'drivers/scsi/megaraid.c')
-rw-r--r-- | drivers/scsi/megaraid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index 9aa048525eb2..c212694a9714 100644 --- a/drivers/scsi/megaraid.c +++ b/drivers/scsi/megaraid.c @@ -1412,7 +1412,7 @@ megaraid_isr_memmapped(int irq, void *devp) * @nstatus - number of completed commands * @status - status of the last command completed * - * Complete the comamnds and call the scsi mid-layer callback hooks. + * Complete the commands and call the scsi mid-layer callback hooks. */ static void mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) @@ -4296,7 +4296,7 @@ mega_support_cluster(adapter_t *adapter) * @adapter - pointer to our soft state * @dma_handle - DMA address of the buffer * - * Issue internal comamnds while interrupts are available. + * Issue internal commands while interrupts are available. * We only issue direct mailbox commands from within the driver. ioctl() * interface using these routines can issue passthru commands. */ |