From d99bfa45a3b1fc3971298c644101ddcb67eab366 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 24 Nov 2014 08:04:08 +0000 Subject: [PATCH] i2c.h: fix typo in doxygen comment Signed-off-by: Brendan Le Foll --- api/mraa/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/i2c.h b/api/mraa/i2c.h index a98b021..b2e57d7 100644 --- a/api/mraa/i2c.h +++ b/api/mraa/i2c.h @@ -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