Private
Public Access
2
0

i2c.h: fix typo in doxygen comment

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-24 08:04:08 +00:00
parent 27f22d077b
commit d99bfa45a3

View 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