iio: fixed comment typo
authorAlex Tereschenko <alext.mkrs@gmail.com>
Tue, 6 Oct 2015 21:13:46 +0000 (23:13 +0200)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 15 Dec 2015 10:42:06 +0000 (10:42 +0000)
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/mraa.c

index 9dbffd3..8c26cf1 100644 (file)
@@ -154,7 +154,7 @@ mraa_init()
 
     plat_iio = (mraa_iio_info_t*) calloc(1, sizeof(mraa_iio_info_t));
     // Now detect IIO devices, linux only
-    // find how many i2c buses we have if we haven't already
+    // find how many iio devices we have if we haven't already
     if (num_iio_devices == 0) {
         if (nftw("/sys/bus/iio/devices", &mraa_count_iio_devices, 20, FTW_PHYS) == -1) {
             return MRAA_ERROR_UNSPECIFIED;