From: Matthias Brugger Date: Fri, 23 Jul 2010 20:28:56 +0000 (+0200) Subject: Staging: IIO: typo in Documentation/overview.txt X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54009058129fd9ccc67c12d7e084aa6eda420132;p=linux-beck.git Staging: IIO: typo in Documentation/overview.txt Signed-off-by: Matthias Brugger Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/Documentation/overview.txt b/drivers/staging/iio/Documentation/overview.txt index e39dfc1705aa..cc6ecad4035c 100644 --- a/drivers/staging/iio/Documentation/overview.txt +++ b/drivers/staging/iio/Documentation/overview.txt @@ -44,7 +44,7 @@ which the raw data it self may be read back. applications it it useful to be able to capture data based on some external signal (trigger). These triggers might be a data ready signal, a gpio line connected to some external system or an on -processor periodic interrupt. A single trigger many initialize data +processor periodic interrupt. A single trigger may initialize data capture or reading from a number of sensors. These triggers are used in iio to fill software ring buffers acting in a very similar fashion to the hardware buffers described above.