Commit e30e9540 authored by Lokesh Chebrolu's avatar Lokesh Chebrolu Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: pcl726: fixed a spelling mistake

parent 47ebe12f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ static int pcl726_attach(struct comedi_device *dev,
	}

	if (dev->irq) {
		/* Digial Input subdevice - Interrupt support */
		/* Digital Input subdevice - Interrupt support */
		s = &dev->subdevices[subdev++];
		dev->read_subdev = s;
		s->type		= COMEDI_SUBD_DI;