Commit 2893c678 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

staging: comedi: drivers: fix spelling mistake "to" -> "too"

parent 52b0c470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ static int das6402_ai_check_chanlist(struct comedi_device *dev,

		if (aref0 == AREF_DIFF && chan > (s->n_chan / 2)) {
			dev_dbg(dev->class_dev,
				"chanlist differential channel to large\n");
				"chanlist differential channel too large\n");
			return -EINVAL;
		}
	}