Skip to content

Commit

Permalink
staging: comedi: fix a typo
Browse files Browse the repository at this point in the history
replace tranmitted with transmitted.

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Weiping Pan(潘卫平) authored and Greg Kroah-Hartman committed Apr 26, 2011
1 parent a3712f4 commit 8452c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/usbdux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ static int usbdux_ao_cmdtest(struct comedi_device *dev,
/* we always output at 1kHz just now all channels at once */
if (0) { /* (this_usbduxsub->high_speed) */
/*
* in usb-2.0 only one conversion it tranmitted but with 8kHz/n
* in usb-2.0 only one conversion it transmitted but with 8kHz/n
*/
cmd->convert_src &= TRIG_TIMER;
} else {
Expand Down

0 comments on commit 8452c3e

Please sign in to comment.