From: Colin Ian King Date: Wed, 7 Apr 2021 11:13:01 +0000 (+0100) Subject: staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number" X-Git-Tag: v5.13-rc1~173^2~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=204e4f4433c2ea941630254e3622f8a41e0ca42f;p=thirdparty%2Fkernel%2Flinux.git staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number" There is a spelling mistake in a comment. Fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20210407111301.486853-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/addi_apci_16xx.c b/drivers/staging/comedi/drivers/addi_apci_16xx.c index 9bbef3b15f3fc..c306aa41df975 100644 --- a/drivers/staging/comedi/drivers/addi_apci_16xx.c +++ b/drivers/staging/comedi/drivers/addi_apci_16xx.c @@ -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. */