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/atm | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/firestream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 7d912baf01d4..049650d42c88 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c | |||
@@ -1031,7 +1031,7 @@ static int fs_open(struct atm_vcc *atm_vcc) | |||
1031 | /* We now use the "submit_command" function to submit commands to | 1031 | /* We now use the "submit_command" function to submit commands to |
1032 | the firestream. There is a define up near the definition of | 1032 | the firestream. There is a define up near the definition of |
1033 | that routine that switches this routine between immediate write | 1033 | that routine that switches this routine between immediate write |
1034 | to the immediate comamnd registers and queuing the commands in | 1034 | to the immediate command registers and queuing the commands in |
1035 | the HPTXQ for execution. This last technique might be more | 1035 | the HPTXQ for execution. This last technique might be more |
1036 | efficient if we know we're going to submit a whole lot of | 1036 | efficient if we know we're going to submit a whole lot of |
1037 | commands in one go, but this driver is not setup to be able to | 1037 | commands in one go, but this driver is not setup to be able to |