Staging: iio: ad7476_core.c: Fixed i2c -> spi documentation typo
authorRoland Stigge <stigge@antcom.de>
Sat, 29 Jan 2011 15:27:17 +0000 (16:27 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 31 Jan 2011 22:12:18 +0000 (14:12 -0800)
ad7476_core.c: Fixed i2c -> spi documentation typo

Minor documentation fix in comment

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/adc/ad7476_core.c

index deb68c8..4708b8e 100644 (file)
@@ -190,7 +190,7 @@ static int __devinit ad7476_probe(struct spi_device *spi)
                goto error_disable_reg;
        }
 
-       /* Estabilish that the iio_dev is a child of the i2c device */
+       /* Establish that the iio_dev is a child of the spi device */
        st->indio_dev->dev.parent = &spi->dev;
        st->indio_dev->attrs = &ad7476_attribute_group;
        st->indio_dev->dev_data = (void *)(st);