staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number"
authorColin Ian King <colin.king@canonical.com>
Wed, 7 Apr 2021 11:13:01 +0000 (12:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 15:09:19 +0000 (17:09 +0200)
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>
drivers/staging/comedi/drivers/addi_apci_16xx.c

index 9bbef3b15f3fce465adb55acfc9ab8324990d2cd..c306aa41df97510f8d93525b3feba6eb2ab825a5 100644 (file)
@@ -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.
         */