mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number"
There is a spelling mistake in a comment. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210407111301.486853-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bfe1e63490
commit
204e4f4433
@@ -110,7 +110,7 @@ static int apci16xx_auto_attach(struct comedi_device *dev,
|
||||
dev->iobase = pci_resource_start(pcidev, 0);
|
||||
|
||||
/*
|
||||
* Work out the nubmer of subdevices needed to support all the
|
||||
* Work out the number of subdevices needed to support all the
|
||||
* digital i/o channels on the board. Each subdevice supports
|
||||
* up to 32 channels.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user