Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8452c3ef authored by Weiping Pan(潘卫平)'s avatar Weiping Pan(潘卫平) Committed by Greg Kroah-Hartman
Browse files

staging: comedi: fix a typo



replace tranmitted with transmitted.

Signed-off-by: default avatarWeiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a3712f49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {