Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[firefly-linux-kernel-4.4.55.git] / drivers / staging / iio / iio_simple_dummy_buffer.c
index dee16f0e7570bf1335479d3133a4d9d5007e4348..72f400c3cbcbbdc88391a02ae14cb87fc589d2da 100644 (file)
@@ -155,7 +155,7 @@ int iio_simple_dummy_configure_buffer(struct iio_dev *indio_dev,
         * occurs, this function is run. Typically this grabs data
         * from the device.
         *
-        * NULL for the top half. This is normally implemented only if we
+        * NULL for the bottom half. This is normally implemented only if we
         * either want to ping a capture now pin (no sleeping) or grab
         * a timestamp as close as possible to a data ready trigger firing.
         *