Private
Public Access
2
0

doc: fix spelling errors

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Fathi Boudra
2016-10-30 10:32:58 +02:00
committed by Brendan Le Foll
parent 3971d27f8a
commit 8218e42d41

View File

@@ -45,7 +45,7 @@ class I2c
public: public:
/** /**
* Instantiates an i2c bus. Multiple instances of the same bus can * Instantiates an i2c bus. Multiple instances of the same bus can
* exist and the bus is not guarranteed to be on the correct address * exist and the bus is not guaranteed to be on the correct address
* before read/write. * before read/write.
* *
* @param bus The i2c bus to use * @param bus The i2c bus to use
@@ -76,7 +76,7 @@ class I2c
} }
/** /**
* Closes the I2c Bus used. This does not guarrantee the bus will not * Closes the I2c Bus used. This does not guarantee the bus will not
* be usable by anyone else or communicates this disconnect to any * be usable by anyone else or communicates this disconnect to any
* slaves. * slaves.
*/ */