diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2011-08-30 12:41:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-06 16:00:26 -0700 |
commit | cecfb931c87c52ae5fda842e4b5a74f1537d5f9d (patch) | |
tree | cf8bedcede291f0ebe5cbce117a8d0a1e1173f15 | |
parent | 36b6f4a7b647fcce0e1e578b1999f4a030be786c (diff) | |
download | talos-obmc-linux-cecfb931c87c52ae5fda842e4b5a74f1537d5f9d.tar.gz talos-obmc-linux-cecfb931c87c52ae5fda842e4b5a74f1537d5f9d.zip |
staging:iio: fix typo
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/iio/iio_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/iio_core.h b/drivers/staging/iio/iio_core.h index edc295efc37c..d7eb0d81ee1d 100644 --- a/drivers/staging/iio/iio_core.h +++ b/drivers/staging/iio/iio_core.h @@ -6,7 +6,7 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * - * These definitions are meant for use only within the IIO core, not indvidual + * These definitions are meant for use only within the IIO core, not individual * drivers. */ |