i2c.h: fix typo in doxygen comment
authorBrendan Le Foll <brendan.le.foll@intel.com>
Mon, 24 Nov 2014 08:04:08 +0000 (08:04 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Mon, 24 Nov 2014 08:04:08 +0000 (08:04 +0000)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/i2c.h

index a98b021..b2e57d7 100644 (file)
@@ -61,7 +61,7 @@ typedef struct _i2c* mraa_i2c_context;
 mraa_i2c_context mraa_i2c_init(int bus);
 
 /**
- * Initialise i2c context, passing in spi bus to use.
+ * Initialise i2c context, passing in the i2c bus to use.
  *
  * @param bus The i2c bus to use i.e. /dev/i2c-2 would be "2"
  * @return i2c context or NULL