OSDN Git Service

staging: comedi: fix a typo
authorWeiping Pan(潘卫平) <panweiping3@gmail.com>
Mon, 11 Apr 2011 10:15:31 +0000 (18:15 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Apr 2011 00:05:29 +0000 (17:05 -0700)
replace tranmitted with transmitted.

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/usbdux.c

index e543e6c..1d09bfa 100644 (file)
@@ -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 {