Private
Public Access
2
0

iio/iio.c: Fix typo

Signed-off-by: Cosmin Popescu <gabrielcosmin.popescu@gmail.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Cosmin Popescu
2019-01-16 13:44:04 +02:00
committed by Mihai Tudor Panu
parent 9cb508f5d2
commit b75731d9d3

View File

@@ -172,7 +172,7 @@ mraa_iio_get_channel_data(mraa_iio_context dev)
}
closedir(dir);
// channel location has to be done in channel index order so do it afetr we
// channel location has to be done in channel index order so do it after we
// have grabbed all the correct info
for (i = 0; i < dev->chan_num; i++) {
chan = &dev->channels[i];