From b75731d9d306004e69b6cab6f5929969b8a94ad3 Mon Sep 17 00:00:00 2001 From: Cosmin Popescu Date: Wed, 16 Jan 2019 13:44:04 +0200 Subject: [PATCH] iio/iio.c: Fix typo Signed-off-by: Cosmin Popescu Signed-off-by: Mihai Tudor Panu --- src/iio/iio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iio/iio.c b/src/iio/iio.c index b3e0709..c03dc57 100644 --- a/src/iio/iio.c +++ b/src/iio/iio.c @@ -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];